ListConfigurationSetsResponse
public struct ListConfigurationSetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that contains a list of configuration sets for your account in the current region.
Declaration
Swift
public let configurationSets: [String]?
-
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?
-
Undocumented
Declaration
Swift
public init(configurationSets: [String]? = nil, nextToken: String? = nil)