Class: Aws::RDS::Types::StopDBClusterResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::StopDBClusterResult
- 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.
20218 20219 20220 20221 20222 |
# File 'lib/aws-sdk-rds/types.rb', line 20218 class StopDBClusterResult < Struct.new( :db_cluster) SENSITIVE = [] include Aws::Structure end |