Class: Aws::Types::BatchReplaceClusterNodesRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchReplaceClusterNodesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#node_ids ⇒ ::Array[::String]
Returns the value of attribute node_ids.
-
#node_logical_ids ⇒ ::Array[::String]
Returns the value of attribute node_logical_ids.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
941 942 943 |
# File 'sig/types.rbs', line 941 def cluster_name @cluster_name end |
#node_ids ⇒ ::Array[::String]
Returns the value of attribute node_ids.
942 943 944 |
# File 'sig/types.rbs', line 942 def node_ids @node_ids end |
#node_logical_ids ⇒ ::Array[::String]
Returns the value of attribute node_logical_ids.
943 944 945 |
# File 'sig/types.rbs', line 943 def node_logical_ids @node_logical_ids end |