Class: Aws::Types::StartAutomationJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


10550
10551
10552
# File 'sig/types.rbs', line 10550

def arn
  @arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


10551
10552
10553
# File 'sig/types.rbs', line 10551

def job_id
  @job_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10553
10554
10555
# File 'sig/types.rbs', line 10553

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10552
10553
10554
# File 'sig/types.rbs', line 10552

def status
  @status
end