Class: Aws::Types::StartAutomationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAutomationJobRequest
- 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.
-
#input_payload ⇒ ::String
Returns the value of attribute input_payload.
Instance Attribute Details
#automation_group_id ⇒ ::String
Returns the value of attribute automation_group_id.
10543 10544 10545 |
# File 'sig/types.rbs', line 10543 def automation_group_id @automation_group_id end |
#automation_id ⇒ ::String
Returns the value of attribute automation_id.
10544 10545 10546 |
# File 'sig/types.rbs', line 10544 def automation_id @automation_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
10542 10543 10544 |
# File 'sig/types.rbs', line 10542 def aws_account_id @aws_account_id end |
#input_payload ⇒ ::String
Returns the value of attribute input_payload.
10545 10546 10547 |
# File 'sig/types.rbs', line 10545 def input_payload @input_payload end |