Class: Aws::ElastiCache::Types::DescribeServerlessCacheSnapshotsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::DescribeServerlessCacheSnapshotsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An optional marker returned from a prior request to support pagination of results from this operation.
-
#serverless_cache_snapshots ⇒ Array<Types::ServerlessCacheSnapshot>
The serverless caches snapshots associated with a given description request.
Instance Attribute Details
#next_token ⇒ String
An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Valkey, Redis OSS and Serverless Memcached only.
4520 4521 4522 4523 4524 4525 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4520 class DescribeServerlessCacheSnapshotsResponse < Struct.new( :next_token, :serverless_cache_snapshots) SENSITIVE = [] include Aws::Structure end |
#serverless_cache_snapshots ⇒ Array<Types::ServerlessCacheSnapshot>
The serverless caches snapshots associated with a given description request. Available for Valkey, Redis OSS and Serverless Memcached only.
4520 4521 4522 4523 4524 4525 |
# File 'lib/aws-sdk-elasticache/types.rb', line 4520 class DescribeServerlessCacheSnapshotsResponse < Struct.new( :next_token, :serverless_cache_snapshots) SENSITIVE = [] include Aws::Structure end |