Class: Aws::RDS::Types::ModifyDBSubnetGroupResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_subnet_groupTypes::DBSubnetGroup

Contains the details of an Amazon RDS DB subnet group.

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



19425
19426
19427
19428
19429
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19425

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