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.
905 906 907 |
# File 'sig/types.rbs', line 905 def failed @failed end |
#failed_node_logical_ids ⇒ ::Array[Types::BatchRebootClusterNodeLogicalIdsError]
Returns the value of attribute failed_node_logical_ids.
906 907 908 |
# File 'sig/types.rbs', line 906 def failed_node_logical_ids @failed_node_logical_ids end |
#successful ⇒ ::Array[::String]
Returns the value of attribute successful.
904 905 906 |
# File 'sig/types.rbs', line 904 def successful @successful end |
#successful_node_logical_ids ⇒ ::Array[::String]
Returns the value of attribute successful_node_logical_ids.
907 908 909 |
# File 'sig/types.rbs', line 907 def successful_node_logical_ids @successful_node_logical_ids end |