ListConfigsResponse
public struct ListConfigsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of Config items.
Declaration
Swift
public let configList: [ConfigListItem]? -
Next token returned in the response of a previous ListConfigs call. Used to get the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(configList: [ConfigListItem]? = nil, nextToken: String? = nil)
View on GitHub
ListConfigsResponse Structure Reference