Class: Aws::RDS::Types::ModifyDBClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ModifyDBClusterResult
- Includes:
- Structure
- Defined in:
- 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.
13403 13404 13405 13406 13407 |
# File 'lib/aws-sdk-rds/types.rb', line 13403 class ModifyDBClusterResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |