Class: Aws::DocDBElastic::Types::StartClusterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::StartClusterInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The ARN identifier of the elastic cluster.
1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1144 class StartClusterInput < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |