Ami

public struct Ami : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the EC2 AMI.

    Declaration

    Swift

    public let description: String?
  • The AMI ID of the EC2 AMI.

    Declaration

    Swift

    public let image: String?
  • The name of the EC2 AMI.

    Declaration

    Swift

    public let name: String?
  • The AWS Region of the EC2 AMI.

    Declaration

    Swift

    public let region: String?
  • Undocumented

    Declaration

    Swift

    public let state: ImageState?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, image: String? = nil, name: String? = nil, region: String? = nil, state: ImageState? = nil)