Class: Aws::Types::BatchGetStepIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetStepIdentifier
- 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.
408 409 410 |
# File 'sig/types.rbs', line 408 def farm_id @farm_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
410 411 412 |
# File 'sig/types.rbs', line 410 def job_id @job_id end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
409 410 411 |
# File 'sig/types.rbs', line 409 def queue_id @queue_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
411 412 413 |
# File 'sig/types.rbs', line 411 def step_id @step_id end |