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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


37535
37536
37537
37538
37539
37540
37541
37542
37543
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37535

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)


37535
37536
37537
37538
37539
37540
37541
37542
37543
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37535

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)


37535
37536
37537
37538
37539
37540
37541
37542
37543
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37535

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)


37535
37536
37537
37538
37539
37540
37541
37542
37543
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37535

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)


37535
37536
37537
37538
37539
37540
37541
37542
37543
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37535

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