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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


10542
10543
10544
# File 'sig/types.rbs', line 10542

def 
  @aws_account_id
end

#input_payload::String

Returns the value of attribute input_payload.

Returns:

  • (::String)


10545
10546
10547
# File 'sig/types.rbs', line 10545

def input_payload
  @input_payload
end