PendingAggregationRequest
public struct PendingAggregationRequest : 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? = nil, requesterAwsRegion: String? = nil)