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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#subnet_groupTypes::SubnetGroup

The subnet group that has been modified.

Returns:



1678
1679
1680
1681
1682
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 1678

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