Class: Aws::FSx::Types::DescribeVolumesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::DescribeVolumesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #filters  ⇒ Array<Types::VolumeFilter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enter a filter ‘Name` and `Values` pair to view a select set of volumes.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of resources to return in the response.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
(Optional) Opaque pagination token returned from a previous operation (String).
 - 
  
    
      #volume_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the volumes whose descriptions you want to retrieve.
 
Instance Attribute Details
#filters ⇒ Array<Types::VolumeFilter>
Enter a filter ‘Name` and `Values` pair to view a select set of volumes.
      5268 5269 5270 5271 5272 5273 5274 5275  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 5268 class DescribeVolumesRequest < Struct.new( :volume_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of resources to return in the response. This value must be an integer greater than zero.
      5268 5269 5270 5271 5272 5273 5274 5275  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 5268 class DescribeVolumesRequest < Struct.new( :volume_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#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.
      5268 5269 5270 5271 5272 5273 5274 5275  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 5268 class DescribeVolumesRequest < Struct.new( :volume_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#volume_ids ⇒ Array<String>
The IDs of the volumes whose descriptions you want to retrieve.
      5268 5269 5270 5271 5272 5273 5274 5275  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 5268 class DescribeVolumesRequest < Struct.new( :volume_ids, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  |