Class: Aws::ElastiCache::Types::CreateCacheSubnetGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CreateCacheSubnetGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_subnet_group ⇒ Types::CacheSubnetGroup
Represents the output of one of the following operations:.
Instance Attribute Details
#cache_subnet_group ⇒ Types::CacheSubnetGroup
Represents the output of one of the following operations:
-
‘CreateCacheSubnetGroup`
-
‘ModifyCacheSubnetGroup`
2221 2222 2223 2224 2225 |
# File 'lib/aws-sdk-elasticache/types.rb', line 2221 class CreateCacheSubnetGroupResult < Struct.new( :cache_subnet_group) SENSITIVE = [] include Aws::Structure end |