Class: Aws::DocDBElastic::Types::UpdateClusterOutput

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 updated elastic cluster.

Returns:



1153
1154
1155
1156
1157
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 1153

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