Class: Aws::Types::DescribeAutomationJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input_payload, :output_payload])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4666
4667
4668
# File 'sig/types.rbs', line 4666

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4667
4668
4669
# File 'sig/types.rbs', line 4667

def created_at
  @created_at
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


4669
4670
4671
# File 'sig/types.rbs', line 4669

def ended_at
  @ended_at
end

#input_payload::String

Returns the value of attribute input_payload.

Returns:

  • (::String)


4671
4672
4673
# File 'sig/types.rbs', line 4671

def input_payload
  @input_payload
end

#job_status"FAILED", ...

Returns the value of attribute job_status.

Returns:

  • ("FAILED", "RUNNING", "SUCCEEDED", "QUEUED", "STOPPED")


4670
4671
4672
# File 'sig/types.rbs', line 4670

def job_status
  @job_status
end

#output_payload::String

Returns the value of attribute output_payload.

Returns:

  • (::String)


4672
4673
4674
# File 'sig/types.rbs', line 4672

def output_payload
  @output_payload
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4673
4674
4675
# File 'sig/types.rbs', line 4673

def request_id
  @request_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


4668
4669
4670
# File 'sig/types.rbs', line 4668

def started_at
  @started_at
end