Class: Aws::ElastiCache::Types::CacheSubnetGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheSubnetGroupMessage
- 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
-
#cache_subnet_groups ⇒ Array<Types::CacheSubnetGroup>
A list of cache subnet groups.
-
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
Instance Attribute Details
#cache_subnet_groups ⇒ Array<Types::CacheSubnetGroup>
A list of cache subnet groups. Each element in the list contains detailed information about one group.
1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1341 class CacheSubnetGroupMessage < Struct.new( :marker, :cache_subnet_groups) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
1341 1342 1343 1344 1345 1346 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1341 class CacheSubnetGroupMessage < Struct.new( :marker, :cache_subnet_groups) SENSITIVE = [] include Aws::Structure end |