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

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

Overview

Represents the output of a ‘DescribeCacheSubnetGroups` operation.

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:



939
940
941
942
943
# File 'lib/aws-sdk-elasticache/types.rb', line 939

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

#markerString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


939
940
941
942
943
# File 'lib/aws-sdk-elasticache/types.rb', line 939

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