Class: Aws::FSx::Types::DescribeVolumesResponse

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

#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)


5176
5177
5178
5179
5180
5181
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5176

class DescribeVolumesResponse < Struct.new(
  :volumes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#volumesArray<Types::Volume>

Returned after a successful DescribeVolumes operation, describing each volume.

Returns:



5176
5177
5178
5179
5180
5181
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5176

class DescribeVolumesResponse < Struct.new(
  :volumes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end