GetAggregationAuthorizationResult

data class GetAggregationAuthorizationResult(val aggregationAuthorizationArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(aggregationAuthorizationArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the AggregationAuthorization.

Link copied to clipboard
val tags: List<Tag>? = null

The tags for the AggregationAuthorization.