ListDistributionConfigurationsResponse
public struct ListDistributionConfigurationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of distributions.
Declaration
Swift
public let distributionConfigurationSummaryList: [DistributionConfigurationSummary]?
-
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
Declaration
Swift
public let nextToken: String?
-
The request ID that uniquely identifies this request.
Declaration
Swift
public let requestId: String?
-
Undocumented
Declaration
Swift
public init(distributionConfigurationSummaryList: [DistributionConfigurationSummary]? = nil, nextToken: String? = nil, requestId: String? = nil)