ListCompatibleImagesResult
public struct ListCompatibleImagesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snowball Edge AMI.
Declaration
Swift
public let compatibleImages: [CompatibleImage]?
-
Because HTTP requests are stateless, this is the starting point for your next list of returned images.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(compatibleImages: [CompatibleImage]? = nil, nextToken: String? = nil)