Class: Aws::Types::DescribeFileCachesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFileCachesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_cache_ids ⇒ ::Array[::String]
Returns the value of attribute file_cache_ids.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#file_cache_ids ⇒ ::Array[::String]
Returns the value of attribute file_cache_ids.
832 833 834 |
# File 'sig/types.rbs', line 832 def file_cache_ids @file_cache_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
833 834 835 |
# File 'sig/types.rbs', line 833 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
834 835 836 |
# File 'sig/types.rbs', line 834 def next_token @next_token end |