Method: Aws::FSx::Types::DescribeFileSystemsResponse#next_token

Defined in:
lib/aws-sdk-fsx/types.rb

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


5096
5097
5098
5099
5100
5101
# File 'lib/aws-sdk-fsx/types.rb', line 5096

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