Class: Aws::ElastiCache::Types::ModifyCacheSubnetGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::ModifyCacheSubnetGroupResult
- Defined in:
- gems/aws-sdk-elasticache/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
6220 6221 6222 6223 6224 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6220 class ModifyCacheSubnetGroupResult < Struct.new( :cache_subnet_group) SENSITIVE = [] include Aws::Structure end |