Class: Aws::DocDBElastic::Types::StopClusterInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The ARN identifier of the elastic cluster.

Returns:

  • (String)


1168
1169
1170
1171
1172
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1168

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