Class: Aws::DocDBElastic::Types::CreateClusterOutput

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

The new elastic cluster that has been created.

Returns:



523
524
525
526
527
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 523

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