ApplicationVersionDescriptionsMessage
public struct ApplicationVersionDescriptionsMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of ApplicationVersionDescription objects sorted in order of creation.
Declaration
Swift
public let applicationVersions: [ApplicationVersionDescription]?
-
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(applicationVersions: [ApplicationVersionDescription]? = nil, nextToken: String? = nil)