Class: Aws::Drs::Types::RecoverySnapshot
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::RecoverySnapshot
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
A snapshot of a Source Server used during recovery.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ebs_snapshots  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of EBS snapshots.
 - 
  
    
      #expected_timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when we expect the snapshot to be taken.
 - 
  
    
      #snapshot_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Recovery Snapshot.
 - 
  
    
      #source_server_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Source Server that the snapshot was taken for.
 - 
  
    
      #timestamp  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The actual timestamp that the snapshot was taken.
 
Instance Attribute Details
#ebs_snapshots ⇒ Array<String>
A list of EBS snapshots.
      2678 2679 2680 2681 2682 2683 2684 2685 2686  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2678 class RecoverySnapshot < Struct.new( :ebs_snapshots, :expected_timestamp, :snapshot_id, :source_server_id, :timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#expected_timestamp ⇒ String
The timestamp of when we expect the snapshot to be taken.
      2678 2679 2680 2681 2682 2683 2684 2685 2686  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2678 class RecoverySnapshot < Struct.new( :ebs_snapshots, :expected_timestamp, :snapshot_id, :source_server_id, :timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#snapshot_id ⇒ String
The ID of the Recovery Snapshot.
      2678 2679 2680 2681 2682 2683 2684 2685 2686  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2678 class RecoverySnapshot < Struct.new( :ebs_snapshots, :expected_timestamp, :snapshot_id, :source_server_id, :timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#source_server_id ⇒ String
The ID of the Source Server that the snapshot was taken for.
      2678 2679 2680 2681 2682 2683 2684 2685 2686  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2678 class RecoverySnapshot < Struct.new( :ebs_snapshots, :expected_timestamp, :snapshot_id, :source_server_id, :timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#timestamp ⇒ String
The actual timestamp that the snapshot was taken.
      2678 2679 2680 2681 2682 2683 2684 2685 2686  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 2678 class RecoverySnapshot < Struct.new( :ebs_snapshots, :expected_timestamp, :snapshot_id, :source_server_id, :timestamp) SENSITIVE = [] include Aws::Structure end  |