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)


116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 116

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)


116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 116

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)


116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 116

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)


116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 116

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)


116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 116

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

#stateTypes::ImageState

Image status and the reason for that status.

Returns:



116
117
118
119
120
121
122
123
124
125
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 116

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