Class: Aws::FSx::Types::DescribeVolumesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::VolumeFilter>

Enter a filter Name and Values pair to view a select set of volumes.

Returns:



5153
5154
5155
5156
5157
5158
5159
5160
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5153

class DescribeVolumesRequest < Struct.new(
  :volume_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of resources to return in the response. This value must be an integer greater than zero.

Returns:

  • (Integer)


5153
5154
5155
5156
5157
5158
5159
5160
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5153

class DescribeVolumesRequest < Struct.new(
  :volume_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

(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.

Returns:

  • (String)


5153
5154
5155
5156
5157
5158
5159
5160
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5153

class DescribeVolumesRequest < Struct.new(
  :volume_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idsArray<String>

The IDs of the volumes whose descriptions you want to retrieve.

Returns:

  • (Array<String>)


5153
5154
5155
5156
5157
5158
5159
5160
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5153

class DescribeVolumesRequest < Struct.new(
  :volume_ids,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end