Class: Aws::Imagebuilder::Types::Ami
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::Ami
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Details of an Amazon EC2 AMI.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the owner of the AMI.
-
#description ⇒ String
The description of the Amazon EC2 AMI.
-
#image ⇒ String
The AMI ID of the Amazon EC2 AMI.
-
#name ⇒ String
The name of the Amazon EC2 AMI.
-
#region ⇒ String
The Amazon Web Services Region of the Amazon EC2 AMI.
-
#state ⇒ Types::ImageState
Image status and the reason for that status.
Instance Attribute Details
#account_id ⇒ String
The account ID of the owner of the AMI.
116 117 118 119 120 121 122 123 124 125 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 116 class Ami < Struct.new( :region, :image, :name, :description, :state, :account_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.
116 117 118 119 120 121 122 123 124 125 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 116 class Ami < Struct.new( :region, :image, :name, :description, :state, :account_id) SENSITIVE = [] include Aws::Structure end |
#image ⇒ String
The AMI ID of the Amazon EC2 AMI.
116 117 118 119 120 121 122 123 124 125 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 116 class Ami < Struct.new( :region, :image, :name, :description, :state, :account_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon EC2 AMI.
116 117 118 119 120 121 122 123 124 125 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 116 class Ami < Struct.new( :region, :image, :name, :description, :state, :account_id) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region of the Amazon EC2 AMI.
116 117 118 119 120 121 122 123 124 125 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 116 class Ami < Struct.new( :region, :image, :name, :description, :state, :account_id) SENSITIVE = [] include Aws::Structure end |
#state ⇒ Types::ImageState
Image status and the reason for that status.
116 117 118 119 120 121 122 123 124 125 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 116 class Ami < Struct.new( :region, :image, :name, :description, :state, :account_id) SENSITIVE = [] include Aws::Structure end |