Class: Aws::ElastiCache::Types::DescribeServerlessCacheSnapshotsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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 Redis OSS and Serverless Memcached only.

Returns:

  • (String)


4526
4527
4528
4529
4530
4531
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4526

class DescribeServerlessCacheSnapshotsResponse < Struct.new(
  :next_token,
  :serverless_cache_snapshots)
  SENSITIVE = []
  include Aws::Structure
end

#serverless_cache_snapshotsArray<Types::ServerlessCacheSnapshot>

The serverless caches snapshots associated with a given description request. Available for Redis OSS and Serverless Memcached only.

Returns:



4526
4527
4528
4529
4530
4531
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4526

class DescribeServerlessCacheSnapshotsResponse < Struct.new(
  :next_token,
  :serverless_cache_snapshots)
  SENSITIVE = []
  include Aws::Structure
end