Class: Aws::FSx::Types::CreateSnapshotResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FSx::Types::CreateSnapshotResponse
 
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #snapshot  ⇒ Types::Snapshot 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the snapshot. 
Instance Attribute Details
#snapshot ⇒ Types::Snapshot
A description of the snapshot.
| 3495 3496 3497 3498 3499 | # File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3495 class CreateSnapshotResponse < Struct.new( :snapshot) SENSITIVE = [] include Aws::Structure end |