Class: Aws::EC2::Types::SnapshotRecycleBinInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SnapshotRecycleBinInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about a snapshot that is currently in the Recycle Bin.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description for the snapshot.
 - 
  
    
      #recycle_bin_enter_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the snapshot entered the Recycle Bin.
 - 
  
    
      #recycle_bin_exit_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
 - 
  
    
      #snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the snapshot.
 - 
  
    
      #volume_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the volume from which the snapshot was created.
 
Instance Attribute Details
#description ⇒ String
The description for the snapshot.
      66460 66461 66462 66463 66464 66465 66466 66467 66468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66460 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end  | 
  
#recycle_bin_enter_time ⇒ Time
The date and time when the snapshot entered the Recycle Bin.
      66460 66461 66462 66463 66464 66465 66466 66467 66468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66460 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end  | 
  
#recycle_bin_exit_time ⇒ Time
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
      66460 66461 66462 66463 66464 66465 66466 66467 66468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66460 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_id ⇒ String
The ID of the snapshot.
      66460 66461 66462 66463 66464 66465 66466 66467 66468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66460 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_id ⇒ String
The ID of the volume from which the snapshot was created.
      66460 66461 66462 66463 66464 66465 66466 66467 66468  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66460 class SnapshotRecycleBinInfo < Struct.new( :snapshot_id, :recycle_bin_enter_time, :recycle_bin_exit_time, :description, :volume_id) SENSITIVE = [] include Aws::Structure end  |