Class: Aws::FSx::Types::DescribeFileCachesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeFileCachesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_caches ⇒ Array<Types::FileCache>
The response object for the ‘DescribeFileCaches` operation.
-
#next_token ⇒ String
(Optional) Opaque pagination token returned from a previous operation (String).
Instance Attribute Details
#file_caches ⇒ Array<Types::FileCache>
The response object for the ‘DescribeFileCaches` operation.
4873 4874 4875 4876 4877 4878 |
# File 'lib/aws-sdk-fsx/types.rb', line 4873 class DescribeFileCachesResponse < Struct.new( :file_caches, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
4873 4874 4875 4876 4877 4878 |
# File 'lib/aws-sdk-fsx/types.rb', line 4873 class DescribeFileCachesResponse < Struct.new( :file_caches, :next_token) SENSITIVE = [] include Aws::Structure end |