Class: Aws::RDS::Types::DeleteDBInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteDBInstanceResult
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_instance ⇒ Types::DBInstance
Contains the details of an Amazon RDS DB instance.
Instance Attribute Details
#db_instance ⇒ Types::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.
12633 12634 12635 12636 12637 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 12633 class DeleteDBInstanceResult < Struct.new( :db_instance) SENSITIVE = [] include Aws::Structure end |