Class: Aws::DocDBElastic::Types::DeleteClusterOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterTypes::Cluster

Returns information about the newly deleted elastic cluster.

Returns:



582
583
584
585
586
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 582

class DeleteClusterOutput < Struct.new(
  :cluster)
  SENSITIVE = []
  include Aws::Structure
end