Class: Aws::DocDBElastic::Types::StopClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::StopClusterOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
Returns information about a specific elastic cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Returns information about a specific elastic cluster.
1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1180 class StopClusterOutput < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |