Class: Aws::Types::StartAutomationJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input_payload])

Instance Attribute Summary collapse

Instance Attribute Details

#automation_group_id::String

Returns the value of attribute automation_group_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


10932
10933
10934
# File 'sig/types.rbs', line 10932

def 
  @aws_account_id
end

#input_payload::String

Returns the value of attribute input_payload.

Returns:

  • (::String)


10935
10936
10937
# File 'sig/types.rbs', line 10935

def input_payload
  @input_payload
end