Class: Aws::Types::DescribeJobExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#execution_number ⇒ ::Integer
Returns the value of attribute execution_number.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def execution_number @execution_number end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def job_id @job_id end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def thing_name @thing_name end |