ListConfigurationSetsRequest

public struct ListConfigurationSetsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of configuration sets to return.

    Declaration

    Swift

    public let maxItems: Int?
  • A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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