Class: Aws::DocDBElastic::Types::ClusterInList
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ClusterInList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
A list of Amazon DocumentDB elastic clusters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster.
-
#cluster_name ⇒ String
The name of the elastic cluster.
-
#status ⇒ String
The status of the elastic cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster.
205 206 207 208 209 210 211 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 205 class ClusterInList < Struct.new( :cluster_arn, :cluster_name, :status) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the elastic cluster.
205 206 207 208 209 210 211 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 205 class ClusterInList < Struct.new( :cluster_arn, :cluster_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the elastic cluster.
205 206 207 208 209 210 211 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 205 class ClusterInList < Struct.new( :cluster_arn, :cluster_name, :status) SENSITIVE = [] include Aws::Structure end |