ListTypesResponse
public struct ListTypesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An identifier to be passed in the next request to this operation to return the next set of items in the list.
Declaration
Swift
public let nextToken: String?
-
The Type objects.
Declaration
Swift
public let types: [Type]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, types: [Type]? = nil)