Class: Aws::RDS::Types::DeleteDBClusterResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_clusterTypes::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.

Returns:



6159
6160
6161
6162
# File 'lib/aws-sdk-rds/types.rb', line 6159

class DeleteDBClusterResult < Struct.new(
  :db_cluster)
  include Aws::Structure
end