Class: Aws::ElastiCache::Types::DescribeServerlessCachesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 MaxResults.

Returns:

  • (String)


4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-elasticache/types.rb', line 4565

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

#serverless_cachesArray<Types::ServerlessCache>

The serverless caches associated with a given description request.

Returns:



4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-elasticache/types.rb', line 4565

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