Class: Aws::EC2::Types::DisableFastSnapshotRestoresResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DisableFastSnapshotRestoresResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #successful  ⇒ Array<Types::DisableFastSnapshotRestoreSuccessItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the snapshots for which fast snapshot restores were successfully disabled.
 - 
  
    
      #unsuccessful  ⇒ Array<Types::DisableFastSnapshotRestoreErrorItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the snapshots for which fast snapshot restores could not be disabled.
 
Instance Attribute Details
#successful ⇒ Array<Types::DisableFastSnapshotRestoreSuccessItem>
Information about the snapshots for which fast snapshot restores were successfully disabled.
      31354 31355 31356 31357 31358 31359  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31354 class DisableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end  | 
  
#unsuccessful ⇒ Array<Types::DisableFastSnapshotRestoreErrorItem>
Information about the snapshots for which fast snapshot restores could not be disabled.
      31354 31355 31356 31357 31358 31359  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31354 class DisableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end  |