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)


4657
4658
4659
# File 'sig/types.rbs', line 4657

def automation_group_id
  @automation_group_id
end

#automation_id::String

Returns the value of attribute automation_id.

Returns:

  • (::String)


4658
4659
4660
# File 'sig/types.rbs', line 4658

def automation_id
  @automation_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4656
4657
4658
# File 'sig/types.rbs', line 4656

def 
  @aws_account_id
end

#include_input_payloadBoolean

Returns the value of attribute include_input_payload.

Returns:

  • (Boolean)


4659
4660
4661
# File 'sig/types.rbs', line 4659

def include_input_payload
  @include_input_payload
end

#include_output_payloadBoolean

Returns the value of attribute include_output_payload.

Returns:

  • (Boolean)


4660
4661
4662
# File 'sig/types.rbs', line 4660

def include_output_payload
  @include_output_payload
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


4661
4662
4663
# File 'sig/types.rbs', line 4661

def job_id
  @job_id
end