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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cache_subnet_groupTypes::CacheSubnetGroup

Represents the output of one of the following operations:

  • ‘CreateCacheSubnetGroup`

  • ‘ModifyCacheSubnetGroup`



1640
1641
1642
1643
# File 'lib/aws-sdk-elasticache/types.rb', line 1640

class CreateCacheSubnetGroupResult < Struct.new(
  :cache_subnet_group)
  include Aws::Structure
end