Class: Aws::RDS::Types::ModifyDBClusterResult

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 RDS DB cluster.

This data type is used as a response element in the DescribeDBClusters action.

Returns:



8831
8832
8833
8834
# File 'lib/aws-sdk-rds/types.rb', line 8831

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