Class: Aws::FSx::Types::DescribeVolumesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::DescribeVolumesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
(Optional) Opaque pagination token returned from a previous operation (String).
 - 
  
    
      #volumes  ⇒ Array<Types::Volume> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returned after a successful ‘DescribeVolumes` operation, describing each volume.
 
Instance Attribute Details
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous ‘NextToken` value left off.
      5291 5292 5293 5294 5295 5296  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 5291 class DescribeVolumesResponse < Struct.new( :volumes, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#volumes ⇒ Array<Types::Volume>
Returned after a successful ‘DescribeVolumes` operation, describing each volume.
      5291 5292 5293 5294 5295 5296  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 5291 class DescribeVolumesResponse < Struct.new( :volumes, :next_token) SENSITIVE = [] include Aws::Structure end  |