Class: Aws::Neptune::Types::ModifyDBSubnetGroupResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_groupTypes::DBSubnetGroup

Contains the details of an Amazon Neptune DB subnet group.

This data type is used as a response element in the DescribeDBSubnetGroups action.



6461
6462
6463
6464
6465
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 6461

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