Class: Aws::FSx::Types::DescribeFileCachesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DescribeFileCachesResponse
- Defined in:
- gems/aws-sdk-fsx/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.
5011 5012 5013 5014 5015 5016 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5011 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.
5011 5012 5013 5014 5015 5016 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5011 class DescribeFileCachesResponse < Struct.new( :file_caches, :next_token) SENSITIVE = [] include Aws::Structure end |