DeleteAggregationAuthorizationRequest
public struct DeleteAggregationAuthorizationRequest : 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
-
Undocumented
Declaration
Swift
public init(authorizedAccountId: String, authorizedAwsRegion: String)
-
Declaration
Swift
public func validate(name: String) throws