Class: Aws::RDS::Types::CreateDBSubnetGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::CreateDBSubnetGroupResult
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_subnet_group ⇒ Types::DBSubnetGroup
Contains the details of an Amazon RDS DB subnet group.
Instance Attribute Details
#db_subnet_group ⇒ Types::DBSubnetGroup
Contains the details of an Amazon RDS DB subnet group.
This data type is used as a response element in the
DescribeDBSubnetGroups
action.
6207 6208 6209 6210 6211 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 6207 class CreateDBSubnetGroupResult < Struct.new( :db_subnet_group) SENSITIVE = [] include Aws::Structure end |