Class: Aws::ElastiCache::Types::ModifyCacheSubnetGroupResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_subnet_groupTypes::CacheSubnetGroup

Represents the output of one of the following operations:

  • CreateCacheSubnetGroup

  • ModifyCacheSubnetGroup



6207
6208
6209
6210
6211
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 6207

class ModifyCacheSubnetGroupResult < Struct.new(
  :cache_subnet_group)
  SENSITIVE = []
  include Aws::Structure
end