Class: Aws::DocDBElastic::Types::DeleteClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::DeleteClusterOutput
- 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 the newly deleted elastic cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
Returns information about the newly deleted elastic cluster.
638 639 640 641 642 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 638 class DeleteClusterOutput < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |