Class: Aws::ElastiCache::Types::CacheSubnetGroupMessage

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

Overview

Represents the output of a DescribeCacheSubnetGroups operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_subnet_groupsArray<Types::CacheSubnetGroup>

A list of cache subnet groups. Each element in the list contains detailed information about one group.

Returns:



1340
1341
1342
1343
1344
1345
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1340

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

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1340

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