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.



5899
5900
5901
5902
5903
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 5899

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