Class: Aws::Types::BatchAddClusterNodesRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchAddClusterNodesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#nodes_to_add ⇒ ::Array[Types::AddClusterNodeSpecification]
Returns the value of attribute nodes_to_add.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
805 806 807 |
# File 'sig/types.rbs', line 805 def client_token @client_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
804 805 806 |
# File 'sig/types.rbs', line 804 def cluster_name @cluster_name end |
#nodes_to_add ⇒ ::Array[Types::AddClusterNodeSpecification]
Returns the value of attribute nodes_to_add.
806 807 808 |
# File 'sig/types.rbs', line 806 def nodes_to_add @nodes_to_add end |