Class: Aws::Types::DescribeServerlessCacheSnapshotsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServerlessCacheSnapshotsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#serverless_cache_snapshots ⇒ ::Array[Types::ServerlessCacheSnapshot]
Returns the value of attribute serverless_cache_snapshots.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
816 817 818 |
# File 'sig/types.rbs', line 816 def next_token @next_token end |
#serverless_cache_snapshots ⇒ ::Array[Types::ServerlessCacheSnapshot]
Returns the value of attribute serverless_cache_snapshots.
817 818 819 |
# File 'sig/types.rbs', line 817 def serverless_cache_snapshots @serverless_cache_snapshots end |