ListConfigurationSetsResponse
public struct ListConfigurationSetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of configuration sets.
Declaration
Swift
public let configurationSets: [ConfigurationSet]?
-
A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(configurationSets: [ConfigurationSet]? = nil, nextToken: String? = nil)