Class: Aws::RDS::Types::CreateDBSubnetGroupResult

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

Overview

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.



3499
3500
3501
3502
# File 'lib/aws-sdk-rds/types.rb', line 3499

class CreateDBSubnetGroupResult < Struct.new(
  :db_subnet_group)
  include Aws::Structure
end