Class: Aws::Neptune::Types::ModifyDBSubnetGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::ModifyDBSubnetGroupResult
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_subnet_group ⇒ Types::DBSubnetGroup
Contains the details of an Amazon Neptune DB subnet group.
Instance Attribute Details
#db_subnet_group ⇒ Types::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 |