Class: Aws::Drs::Types::DescribeRecoverySnapshotsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::DescribeRecoverySnapshotsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Types::RecoverySnapshot> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of Recovery Snapshots.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token of the next Recovery Snapshot to retrieve.
 
Instance Attribute Details
#items ⇒ Array<Types::RecoverySnapshot>
An array of Recovery Snapshots.
      916 917 918 919 920 921  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 916 class DescribeRecoverySnapshotsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token of the next Recovery Snapshot to retrieve.
      916 917 918 919 920 921  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 916 class DescribeRecoverySnapshotsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end  |