Class: Aws::Types::DescribeAutomationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automation_group_id::String

Returns the value of attribute automation_group_id.

Returns:

  • (::String)


4447
4448
4449
# File 'sig/types.rbs', line 4447

def automation_group_id
  @automation_group_id
end

#automation_id::String

Returns the value of attribute automation_id.

Returns:

  • (::String)


4448
4449
4450
# File 'sig/types.rbs', line 4448

def automation_id
  @automation_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4446
4447
4448
# File 'sig/types.rbs', line 4446

def 
  @aws_account_id
end

#include_input_payloadBoolean

Returns the value of attribute include_input_payload.

Returns:

  • (Boolean)


4449
4450
4451
# File 'sig/types.rbs', line 4449

def include_input_payload
  @include_input_payload
end

#include_output_payloadBoolean

Returns the value of attribute include_output_payload.

Returns:

  • (Boolean)


4450
4451
4452
# File 'sig/types.rbs', line 4450

def include_output_payload
  @include_output_payload
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


4451
4452
4453
# File 'sig/types.rbs', line 4451

def job_id
  @job_id
end