ListPlatformVersionsResult
public struct ListPlatformVersionsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
In a paginated request, if this value isn’t null, it’s the token that you can pass in a subsequent request to get the next response page.
Declaration
Swift
public let nextToken: String?
-
Summary information about the platform versions.
Declaration
Swift
public let platformSummaryList: [PlatformSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, platformSummaryList: [PlatformSummary]? = nil)