ListConfigurationSetsRequest

public struct ListConfigurationSetsRequest : AWSShape
extension PinpointEmail.ListConfigurationSetsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.

    Declaration

    Swift

    public let nextToken: String?
  • The number of results to show in a single call to ListConfigurationSets. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

    Declaration

    Swift

    public let pageSize: Int?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, pageSize: Int? = nil)