Class: Aws::FSx::Types::DescribeFileSystemsResponse

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

Overview

The response object for ‘DescribeFileSystems` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemsArray<Types::FileSystem>

An array of file system descriptions.

Returns:



5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-fsx/types.rb', line 5055

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

#next_tokenString

Present if there are more file systems than returned in the response (String). You can use the ‘NextToken` value in the later request to fetch the descriptions.

Returns:

  • (String)


5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-fsx/types.rb', line 5055

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