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 result of a successful invocation of the following actions:

  • CreateDBCluster

  • DeleteDBCluster

  • FailoverDBCluster

  • ModifyDBCluster

  • RestoreDBClusterFromSnapshot

  • RestoreDBClusterToPointInTime

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

Returns:



8268
8269
8270
8271
# File 'lib/aws-sdk-rds/types.rb', line 8268

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