Class: Aws::MemoryDB::Types::UpdateSubnetGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_groupTypes::SubnetGroup

The updated subnet group

Returns:



3631
3632
3633
3634
3635
# File 'lib/aws-sdk-memorydb/types.rb', line 3631

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