Class: Aws::ElastiCache::Types::CacheClusterMessage

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

Overview

Represents the output of a DescribeCacheClusters operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_clustersArray<Types::CacheCluster>

A list of clusters. Each item in the list contains detailed information about one cluster.

Returns:



633
634
635
636
637
638
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 633

class CacheClusterMessage < Struct.new(
  :marker,
  :cache_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


633
634
635
636
637
638
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 633

class CacheClusterMessage < Struct.new(
  :marker,
  :cache_clusters)
  SENSITIVE = []
  include Aws::Structure
end