DescribeAggregationAuthorizationsResponse
public struct DescribeAggregationAuthorizationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Returns a list of authorizations granted to various aggregator accounts and regions.
Declaration
Swift
public let aggregationAuthorizations: [AggregationAuthorization]? -
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(aggregationAuthorizations: [AggregationAuthorization]? = nil, nextToken: String? = nil)
View on GitHub
DescribeAggregationAuthorizationsResponse Structure Reference