Class: Aws::Types::GetStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def step_id @step_id end |