Class: Aws::Types::DescribeAutomationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAutomationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automation_group_id ⇒ ::String
Returns the value of attribute automation_group_id.
-
#automation_id ⇒ ::String
Returns the value of attribute automation_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#include_input_payload ⇒ Boolean
Returns the value of attribute include_input_payload.
-
#include_output_payload ⇒ Boolean
Returns the value of attribute include_output_payload.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#automation_group_id ⇒ ::String
Returns the value of attribute automation_group_id.
4447 4448 4449 |
# File 'sig/types.rbs', line 4447 def automation_group_id @automation_group_id end |
#automation_id ⇒ ::String
Returns the value of attribute automation_id.
4448 4449 4450 |
# File 'sig/types.rbs', line 4448 def automation_id @automation_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4446 4447 4448 |
# File 'sig/types.rbs', line 4446 def aws_account_id @aws_account_id end |
#include_input_payload ⇒ Boolean
Returns the value of attribute include_input_payload.
4449 4450 4451 |
# File 'sig/types.rbs', line 4449 def include_input_payload @include_input_payload end |
#include_output_payload ⇒ Boolean
Returns the value of attribute include_output_payload.
4450 4451 4452 |
# File 'sig/types.rbs', line 4450 def include_output_payload @include_output_payload end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
4451 4452 4453 |
# File 'sig/types.rbs', line 4451 def job_id @job_id end |