Class: Aws::ElastiCache::Types::CacheSubnetGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheSubnetGroupMessage
- Includes:
- Structure
- Defined in:
- 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.
1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1337 class CacheSubnetGroupMessage < Struct.new( :marker, :cache_subnet_groups) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
Provides an identifier to allow retrieval of paginated results.
1337 1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1337 class CacheSubnetGroupMessage < Struct.new( :marker, :cache_subnet_groups) SENSITIVE = [] include Aws::Structure end |