Class: Aws::RDS::Types::DeleteDBClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DeleteDBClusterResult
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster ⇒ Types::DBCluster
Contains the details of an Amazon Aurora DB cluster.
Instance Attribute Details
#db_cluster ⇒ Types::DBCluster
Contains the details of an Amazon Aurora DB cluster.
This data type is used as a response element in the
DescribeDBClusters
, StopDBCluster
, and StartDBCluster
actions.
8091 8092 8093 8094 8095 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 8091 class DeleteDBClusterResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |