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)


10940
10941
10942
# File 'sig/types.rbs', line 10940

def arn
  @arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


10941
10942
10943
# File 'sig/types.rbs', line 10941

def job_id
  @job_id
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10943
10944
10945
# File 'sig/types.rbs', line 10943

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


10942
10943
10944
# File 'sig/types.rbs', line 10942

def status
  @status
end