DeletePendingAggregationRequestRequest
public struct DeletePendingAggregationRequestRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The 12-digit account ID of the account requesting to aggregate data.
Declaration
Swift
public let requesterAccountId: String
-
The region requesting to aggregate data.
Declaration
Swift
public let requesterAwsRegion: String
-
Undocumented
Declaration
Swift
public init(requesterAccountId: String, requesterAwsRegion: String)
-
Declaration
Swift
public func validate(name: String) throws