Class: Aws::EC2::Types::ModifySnapshotTierResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ModifySnapshotTierResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the snapshot. 
- 
  
    
      #tiering_start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when the archive process was started. 
Instance Attribute Details
#snapshot_id ⇒ String
The ID of the snapshot.
| 59507 59508 59509 59510 59511 59512 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59507 class ModifySnapshotTierResult < Struct.new( :snapshot_id, :tiering_start_time) SENSITIVE = [] include Aws::Structure end | 
#tiering_start_time ⇒ Time
The date and time when the archive process was started.
| 59507 59508 59509 59510 59511 59512 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59507 class ModifySnapshotTierResult < Struct.new( :snapshot_id, :tiering_start_time) SENSITIVE = [] include Aws::Structure end |