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

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.



5714
5715
5716
5717
5718
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 5714

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