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.
10933 10934 10935 |
# File 'sig/types.rbs', line 10933 def automation_group_id @automation_group_id end |
#automation_id ⇒ ::String
Returns the value of attribute automation_id.
10934 10935 10936 |
# File 'sig/types.rbs', line 10934 def automation_id @automation_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
10932 10933 10934 |
# File 'sig/types.rbs', line 10932 def aws_account_id @aws_account_id end |
#input_payload ⇒ ::String
Returns the value of attribute input_payload.
10935 10936 10937 |
# File 'sig/types.rbs', line 10935 def input_payload @input_payload end |