Class: Aws::Types::DescribeFileCachesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFileCachesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_caches ⇒ ::Array[Types::FileCache]
Returns the value of attribute file_caches.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#file_caches ⇒ ::Array[Types::FileCache]
Returns the value of attribute file_caches.
839 840 841 |
# File 'sig/types.rbs', line 839 def file_caches @file_caches end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
840 841 842 |
# File 'sig/types.rbs', line 840 def next_token @next_token end |