Class: Aws::RDS::Types::CreateDBClusterResult

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:



1724
1725
1726
1727
# File 'lib/aws-sdk-rds/types.rb', line 1724

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