Class: Aws::DocDBElastic::Types::StopClusterOutput

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 a specific elastic cluster.

Returns:



986
987
988
989
990
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 986

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