Class: Aws::Types::StartJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:created_at])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def created_at
  @created_at
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def job_id
  @job_id
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "Running", "Completed", "Failed", "Cancelling", "Cancelled")


1299
1300
1301
# File 'sig/types.rbs', line 1299

def status
  @status
end