Class: Aws::DocDBElastic::Types::ClusterInList

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

Overview

A list of Amazon DocumentDB elastic clusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The ARN identifier of the elastic cluster.

Returns:

  • (String)


149
150
151
152
153
154
155
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 149

class ClusterInList < Struct.new(
  :cluster_arn,
  :cluster_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the elastic cluster.

Returns:

  • (String)


149
150
151
152
153
154
155
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 149

class ClusterInList < Struct.new(
  :cluster_arn,
  :cluster_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the elastic cluster.

Returns:

  • (String)


149
150
151
152
153
154
155
# File 'gems/aws-sdk-docdbelastic/lib/aws-sdk-docdbelastic/types.rb', line 149

class ClusterInList < Struct.new(
  :cluster_arn,
  :cluster_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end