Class: Aws::DAX::Types::UpdateSubnetGroupResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_groupTypes::SubnetGroup

The subnet group that has been modified.

Returns:



1627
1628
1629
1630
# File 'lib/aws-sdk-dax/types.rb', line 1627

class UpdateSubnetGroupResponse < Struct.new(
  :subnet_group)
  include Aws::Structure
end