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.
      40772 40773 40774 40775 40776 40777 40778 40779 40780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40772 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.
      40772 40773 40774 40775 40776 40777 40778 40779 40780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40772 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.
      40772 40773 40774 40775 40776 40777 40778 40779 40780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40772 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.
      40772 40773 40774 40775 40776 40777 40778 40779 40780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40772 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.
      40772 40773 40774 40775 40776 40777 40778 40779 40780  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40772 class ImageRecycleBinInfo < Struct.new( :image_id, :name, :description, :recycle_bin_enter_time, :recycle_bin_exit_time) SENSITIVE = [] include Aws::Structure end  |