Class: Aws::FSx::Types::DescribeFileCachesResponse

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

#file_cachesArray<Types::FileCache>

The response object for the DescribeFileCaches operation.

Returns:



4873
4874
4875
4876
4877
4878
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4873

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

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


4873
4874
4875
4876
4877
4878
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4873

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