Class: Aws::EC2::Types::RestoreSnapshotTierResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::RestoreSnapshotTierResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #is_permanent_restore  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether the snapshot is permanently restored.
 - 
  
    
      #restore_duration  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
For temporary restores only.
 - 
  
    
      #restore_start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the snapshot restore process started.
 - 
  
    
      #snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the snapshot.
 
Instance Attribute Details
#is_permanent_restore ⇒ Boolean
Indicates whether the snapshot is permanently restored. ‘true` indicates a permanent restore. `false` indicates a temporary restore.
      63348 63349 63350 63351 63352 63353 63354 63355  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63348 class RestoreSnapshotTierResult < Struct.new( :snapshot_id, :restore_start_time, :restore_duration, :is_permanent_restore) SENSITIVE = [] include Aws::Structure end  | 
  
#restore_duration ⇒ Integer
For temporary restores only. The number of days for which the archived snapshot is temporarily restored.
      63348 63349 63350 63351 63352 63353 63354 63355  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63348 class RestoreSnapshotTierResult < Struct.new( :snapshot_id, :restore_start_time, :restore_duration, :is_permanent_restore) SENSITIVE = [] include Aws::Structure end  | 
  
#restore_start_time ⇒ Time
The date and time when the snapshot restore process started.
      63348 63349 63350 63351 63352 63353 63354 63355  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63348 class RestoreSnapshotTierResult < Struct.new( :snapshot_id, :restore_start_time, :restore_duration, :is_permanent_restore) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_id ⇒ String
The ID of the snapshot.
      63348 63349 63350 63351 63352 63353 63354 63355  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 63348 class RestoreSnapshotTierResult < Struct.new( :snapshot_id, :restore_start_time, :restore_duration, :is_permanent_restore) SENSITIVE = [] include Aws::Structure end  |