Class: Aws::Types::BatchRebootClusterNodesResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchRebootClusterNodesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Array[Types::BatchRebootClusterNodesError]
Returns the value of attribute failed.
-
#failed_node_logical_ids ⇒ ::Array[Types::BatchRebootClusterNodeLogicalIdsError]
Returns the value of attribute failed_node_logical_ids.
-
#successful ⇒ ::Array[::String]
Returns the value of attribute successful.
-
#successful_node_logical_ids ⇒ ::Array[::String]
Returns the value of attribute successful_node_logical_ids.
Instance Attribute Details
#failed ⇒ ::Array[Types::BatchRebootClusterNodesError]
Returns the value of attribute failed.
920 921 922 |
# File 'sig/types.rbs', line 920 def failed @failed end |
#failed_node_logical_ids ⇒ ::Array[Types::BatchRebootClusterNodeLogicalIdsError]
Returns the value of attribute failed_node_logical_ids.
921 922 923 |
# File 'sig/types.rbs', line 921 def failed_node_logical_ids @failed_node_logical_ids end |
#successful ⇒ ::Array[::String]
Returns the value of attribute successful.
919 920 921 |
# File 'sig/types.rbs', line 919 def successful @successful end |
#successful_node_logical_ids ⇒ ::Array[::String]
Returns the value of attribute successful_node_logical_ids.
922 923 924 |
# File 'sig/types.rbs', line 922 def successful_node_logical_ids @successful_node_logical_ids end |