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.
5176 5177 5178 5179 5180 5181 |
# File 'lib/aws-sdk-fsx/types.rb', line 5176 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.
5176 5177 5178 5179 5180 5181 |
# File 'lib/aws-sdk-fsx/types.rb', line 5176 class DescribeVolumesResponse < Struct.new( :volumes, :next_token) SENSITIVE = [] include Aws::Structure end |