Class: Aws::ElastiCache::Types::CreateCacheSubnetGroupResult

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



2223
2224
2225
2226
2227
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 2223

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