Class: Aws::EC2::Types::EnableFastSnapshotRestoresResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::EnableFastSnapshotRestoresResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #successful  ⇒ Array<Types::EnableFastSnapshotRestoreSuccessItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the snapshots for which fast snapshot restores were successfully enabled.
 - 
  
    
      #unsuccessful  ⇒ Array<Types::EnableFastSnapshotRestoreErrorItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the snapshots for which fast snapshot restores could not be enabled.
 
Instance Attribute Details
#successful ⇒ Array<Types::EnableFastSnapshotRestoreSuccessItem>
Information about the snapshots for which fast snapshot restores were successfully enabled.
      33856 33857 33858 33859 33860 33861  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33856 class EnableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end  | 
  
#unsuccessful ⇒ Array<Types::EnableFastSnapshotRestoreErrorItem>
Information about the snapshots for which fast snapshot restores could not be enabled.
      33856 33857 33858 33859 33860 33861  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 33856 class EnableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end  |