ListConfigurationsResponse
public struct ListConfigurationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let configurations: [Configuration]? -
Undocumented
Declaration
Swift
public let maxResults: Int? -
Undocumented
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(configurations: [Configuration]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
View on GitHub
ListConfigurationsResponse Structure Reference