Class: Aws::Imagebuilder::Types::Ami

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Details of an Amazon EC2 AMI.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the owner of the AMI.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 92

class Ami < Struct.new(
  :region,
  :image,
  :name,
  :description,
  :state,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 92

class Ami < Struct.new(
  :region,
  :image,
  :name,
  :description,
  :state,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#imageString

The AMI ID of the Amazon EC2 AMI.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 92

class Ami < Struct.new(
  :region,
  :image,
  :name,
  :description,
  :state,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon EC2 AMI.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 92

class Ami < Struct.new(
  :region,
  :image,
  :name,
  :description,
  :state,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region of the Amazon EC2 AMI.

Returns:

  • (String)


92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 92

class Ami < Struct.new(
  :region,
  :image,
  :name,
  :description,
  :state,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::ImageState

Image state shows the image status and the reason for that status.

Returns:



92
93
94
95
96
97
98
99
100
101
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 92

class Ami < Struct.new(
  :region,
  :image,
  :name,
  :description,
  :state,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end