ListConfigurationSetsResponse

public struct ListConfigurationSetsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array that contains all of the configuration sets in your Amazon SES account in the current AWS Region.

    Declaration

    Swift

    public let configurationSets: [String]?
  • A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(configurationSets: [String]? = nil, nextToken: String? = nil)