DescribeAddressesRequest

public struct DescribeAddressesRequest : AWSShape
extension Snowball.DescribeAddressesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of ADDRESS objects to return.

    Declaration

    Swift

    public let maxResults: Int?
  • HTTP requests are stateless. To identify what object comes “next” in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws