Class: Aws::DocDBElastic::Types::GetClusterInput

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)


676
677
678
679
680
# File 'lib/aws-sdk-docdbelastic/types.rb', line 676

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