PutAggregationAuthorizationRequest
public struct PutAggregationAuthorizationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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 -
An array of tag object.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(authorizedAccountId: String, authorizedAwsRegion: String, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutAggregationAuthorizationRequest Structure Reference