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:



3272
3273
3274
3275
3276
# File 'lib/aws-sdk-memorydb/types.rb', line 3272

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