Class: Aws::Types::UpdateJobStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def 
  @account_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2128
2129
2130
# File 'sig/types.rbs', line 2128

def job_id
  @job_id
end

#requested_job_status"Cancelled", "Ready"

Returns the value of attribute requested_job_status.

Returns:

  • ("Cancelled", "Ready")


2129
2130
2131
# File 'sig/types.rbs', line 2129

def requested_job_status
  @requested_job_status
end

#status_update_reason::String

Returns the value of attribute status_update_reason.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def status_update_reason
  @status_update_reason
end