Ec2AmiResource
public struct Ec2AmiResource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the AMI in Amazon EC2.
Declaration
Swift
public let amiId: String
-
The ID of the AMI on the Snowball Edge device.
Declaration
Swift
public let snowballAmiId: String?
-
Undocumented
Declaration
Swift
public init(amiId: String, snowballAmiId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws