GetDistributionsRequest

public struct GetDistributionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the distribution for which to return information. Use the GetDistributions action to get a list of distribution names that you can specify. When omitted, the response includes all of your distributions in the AWS Region where the request is made.

    Declaration

    Swift

    public let distributionName: String?
  • The token to advance to the next page of results from your request. To get a page token, perform an initial GetDistributions request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

    Declaration

    Swift

    public let pageToken: String?
  • Undocumented

    Declaration

    Swift

    public init(distributionName: String? = nil, pageToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws