Class: Aws::DocDBElastic::Types::StartClusterInput

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

#cluster_arnString

The ARN identifier of the elastic cluster.

Returns:

  • (String)


950
951
952
953
954
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 950

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