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)


4456
4457
4458
# File 'sig/types.rbs', line 4456

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


4457
4458
4459
# File 'sig/types.rbs', line 4457

def created_at
  @created_at
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


4459
4460
4461
# File 'sig/types.rbs', line 4459

def ended_at
  @ended_at
end

#input_payload::String

Returns the value of attribute input_payload.

Returns:

  • (::String)


4461
4462
4463
# File 'sig/types.rbs', line 4461

def input_payload
  @input_payload
end

#job_status"FAILED", ...

Returns the value of attribute job_status.

Returns:

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


4460
4461
4462
# File 'sig/types.rbs', line 4460

def job_status
  @job_status
end

#output_payload::String

Returns the value of attribute output_payload.

Returns:

  • (::String)


4462
4463
4464
# File 'sig/types.rbs', line 4462

def output_payload
  @output_payload
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4463
4464
4465
# File 'sig/types.rbs', line 4463

def request_id
  @request_id
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


4458
4459
4460
# File 'sig/types.rbs', line 4458

def started_at
  @started_at
end