Class: Aws::RDS::Types::DeleteDBInstanceResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_instanceTypes::DBInstance

Contains the details of an Amazon RDS DB instance.

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

Returns:



6320
6321
6322
6323
# File 'lib/aws-sdk-rds/types.rb', line 6320

class DeleteDBInstanceResult < Struct.new(
  :db_instance)
  include Aws::Structure
end