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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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 operations ‘CreateDBInstance`, `CreateDBInstanceReadReplica`, `DeleteDBInstance`, `DescribeDBInstances`, `ModifyDBInstance`, `PromoteReadReplica`, `RebootDBInstance`, `RestoreDBInstanceFromDBSnapshot`, `RestoreDBInstanceFromS3`, `RestoreDBInstanceToPointInTime`, `StartDBInstance`, and `StopDBInstance`.

Returns:



11292
11293
11294
11295
11296
# File 'lib/aws-sdk-rds/types.rb', line 11292

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