Class: Aws::FSx::Types::DescribeVolumesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeVolumesResponse
- Defined in:
- gems/aws-sdk-fsx/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.
5282 5283 5284 5285 5286 5287 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5282 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.
5282 5283 5284 5285 5286 5287 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5282 class DescribeVolumesResponse < Struct.new( :volumes, :next_token) SENSITIVE = [] include Aws::Structure end |