AggregationAuthorization
public struct AggregationAuthorization : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the aggregation object.
Declaration
Swift
public let aggregationAuthorizationArn: String?
-
The 12-digit account ID of the account authorized to aggregate data.
Declaration
Swift
public let authorizedAccountId: String?
-
The region authorized to collect aggregated data.
Declaration
Swift
public let authorizedAwsRegion: String?
-
The time stamp when the aggregation authorization was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(aggregationAuthorizationArn: String? = nil, authorizedAccountId: String? = nil, authorizedAwsRegion: String? = nil, creationTime: TimeStamp? = nil)