Class: Aws::Types::UpdateStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def client_token @client_token end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3315 3316 3317 |
# File 'sig/types.rbs', line 3315 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def step_id @step_id end |
#target_task_run_status ⇒ "READY", ...
Returns the value of attribute target_task_run_status.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def target_task_run_status @target_task_run_status end |