Class: Aws::Types::ExecutorsSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExecutorsSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#executor_id ⇒ ::String
Returns the value of attribute executor_id.
-
#executor_size ⇒ ::Integer
Returns the value of attribute executor_size.
-
#executor_state ⇒ "CREATING", ...
Returns the value of attribute executor_state.
-
#executor_type ⇒ "COORDINATOR", ...
Returns the value of attribute executor_type.
-
#start_date_time ⇒ ::Integer
Returns the value of attribute start_date_time.
-
#termination_date_time ⇒ ::Integer
Returns the value of attribute termination_date_time.
Instance Attribute Details
#executor_id ⇒ ::String
Returns the value of attribute executor_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def executor_id @executor_id end |
#executor_size ⇒ ::Integer
Returns the value of attribute executor_size.
374 375 376 |
# File 'sig/types.rbs', line 374 def executor_size @executor_size end |
#executor_state ⇒ "CREATING", ...
Returns the value of attribute executor_state.
373 374 375 |
# File 'sig/types.rbs', line 373 def executor_state @executor_state end |
#executor_type ⇒ "COORDINATOR", ...
Returns the value of attribute executor_type.
370 371 372 |
# File 'sig/types.rbs', line 370 def executor_type @executor_type end |
#start_date_time ⇒ ::Integer
Returns the value of attribute start_date_time.
371 372 373 |
# File 'sig/types.rbs', line 371 def start_date_time @start_date_time end |
#termination_date_time ⇒ ::Integer
Returns the value of attribute termination_date_time.
372 373 374 |
# File 'sig/types.rbs', line 372 def termination_date_time @termination_date_time end |