Class: Aws::EC2::Types::ImageRecycleBinInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ImageRecycleBinInfo
- 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
-
#description ⇒ String
The description of the AMI.
-
#image_id ⇒ String
The ID of the AMI.
-
#name ⇒ String
The name of the AMI.
-
#recycle_bin_enter_time ⇒ Time
The date and time when the AMI entered the Recycle Bin.
-
#recycle_bin_exit_time ⇒ Time
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
Instance Attribute Details
#description ⇒ String
The description of the AMI.
40722 40723 40724 40725 40726 40727 40728 40729 40730 |
# File 'lib/aws-sdk-ec2/types.rb', line 40722 class ImageRecycleBinInfo < Struct.new( :image_id, :name, :description, :recycle_bin_enter_time, :recycle_bin_exit_time) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
The ID of the AMI.
40722 40723 40724 40725 40726 40727 40728 40729 40730 |
# File 'lib/aws-sdk-ec2/types.rb', line 40722 class ImageRecycleBinInfo < Struct.new( :image_id, :name, :description, :recycle_bin_enter_time, :recycle_bin_exit_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the AMI.
40722 40723 40724 40725 40726 40727 40728 40729 40730 |
# File 'lib/aws-sdk-ec2/types.rb', line 40722 class ImageRecycleBinInfo < Struct.new( :image_id, :name, :description, :recycle_bin_enter_time, :recycle_bin_exit_time) SENSITIVE = [] include Aws::Structure end |
#recycle_bin_enter_time ⇒ Time
The date and time when the AMI entered the Recycle Bin.
40722 40723 40724 40725 40726 40727 40728 40729 40730 |
# File 'lib/aws-sdk-ec2/types.rb', line 40722 class ImageRecycleBinInfo < Struct.new( :image_id, :name, :description, :recycle_bin_enter_time, :recycle_bin_exit_time) SENSITIVE = [] include Aws::Structure end |
#recycle_bin_exit_time ⇒ Time
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
40722 40723 40724 40725 40726 40727 40728 40729 40730 |
# File 'lib/aws-sdk-ec2/types.rb', line 40722 class ImageRecycleBinInfo < Struct.new( :image_id, :name, :description, :recycle_bin_enter_time, :recycle_bin_exit_time) SENSITIVE = [] include Aws::Structure end |