CustomAmi
public struct CustomAmi : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
THe ID of the image used to create the custom AMI.
Declaration
Swift
public let imageId: String? -
The type of virtualization used to create the custom AMI.
Declaration
Swift
public let virtualizationType: String? -
Undocumented
Declaration
Swift
public init(imageId: String? = nil, virtualizationType: String? = nil)
View on GitHub
CustomAmi Structure Reference