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.
4657 4658 4659 |
# File 'sig/types.rbs', line 4657 def automation_group_id @automation_group_id end |
#automation_id ⇒ ::String
Returns the value of attribute automation_id.
4658 4659 4660 |
# File 'sig/types.rbs', line 4658 def automation_id @automation_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4656 4657 4658 |
# File 'sig/types.rbs', line 4656 def aws_account_id @aws_account_id end |
#include_input_payload ⇒ Boolean
Returns the value of attribute include_input_payload.
4659 4660 4661 |
# File 'sig/types.rbs', line 4659 def include_input_payload @include_input_payload end |
#include_output_payload ⇒ Boolean
Returns the value of attribute include_output_payload.
4660 4661 4662 |
# File 'sig/types.rbs', line 4660 def include_output_payload @include_output_payload end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
4661 4662 4663 |
# File 'sig/types.rbs', line 4661 def job_id @job_id end |