Class: Aws::EC2::Types::ImageRecycleBinInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Information about an AMI that is currently in the Recycle Bin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the AMI.

Returns:

  • (String)


37631
37632
37633
37634
37635
37636
37637
37638
37639
# File 'lib/aws-sdk-ec2/types.rb', line 37631

class ImageRecycleBinInfo < Struct.new(
  :image_id,
  :name,
  :description,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The ID of the AMI.

Returns:

  • (String)


37631
37632
37633
37634
37635
37636
37637
37638
37639
# File 'lib/aws-sdk-ec2/types.rb', line 37631

class ImageRecycleBinInfo < Struct.new(
  :image_id,
  :name,
  :description,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the AMI.

Returns:

  • (String)


37631
37632
37633
37634
37635
37636
37637
37638
37639
# File 'lib/aws-sdk-ec2/types.rb', line 37631

class ImageRecycleBinInfo < Struct.new(
  :image_id,
  :name,
  :description,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#recycle_bin_enter_timeTime

The date and time when the AMI entered the Recycle Bin.

Returns:

  • (Time)


37631
37632
37633
37634
37635
37636
37637
37638
37639
# File 'lib/aws-sdk-ec2/types.rb', line 37631

class ImageRecycleBinInfo < Struct.new(
  :image_id,
  :name,
  :description,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end

#recycle_bin_exit_timeTime

The date and time when the AMI is to be permanently deleted from the Recycle Bin.

Returns:

  • (Time)


37631
37632
37633
37634
37635
37636
37637
37638
37639
# File 'lib/aws-sdk-ec2/types.rb', line 37631

class ImageRecycleBinInfo < Struct.new(
  :image_id,
  :name,
  :description,
  :recycle_bin_enter_time,
  :recycle_bin_exit_time)
  SENSITIVE = []
  include Aws::Structure
end