Class: Aws::Types::DescribeServerlessCacheSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServerlessCacheSnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
-
#serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute serverless_cache_snapshot_name.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
811 812 813 |
# File 'sig/types.rbs', line 811 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
810 811 812 |
# File 'sig/types.rbs', line 810 def next_token @next_token end |
#serverless_cache_name ⇒ ::String
Returns the value of attribute serverless_cache_name.
807 808 809 |
# File 'sig/types.rbs', line 807 def serverless_cache_name @serverless_cache_name end |
#serverless_cache_snapshot_name ⇒ ::String
Returns the value of attribute serverless_cache_snapshot_name.
808 809 810 |
# File 'sig/types.rbs', line 808 def serverless_cache_snapshot_name @serverless_cache_snapshot_name end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
809 810 811 |
# File 'sig/types.rbs', line 809 def snapshot_type @snapshot_type end |