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 result of a successful invocation of the following actions:

  • CreateDBSubnetGroup

  • ModifyDBSubnetGroup

  • DescribeDBSubnetGroups

  • DeleteDBSubnetGroup

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



3195
3196
3197
3198
# File 'lib/aws-sdk-rds/types.rb', line 3195

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