Class: Aws::Types::CreateEnrichmentJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1034
1035
1036
# File 'sig/types.rbs', line 1034

def created_at
  @created_at
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def job_id
  @job_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "RUNNING", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELLED")


1033
1034
1035
# File 'sig/types.rbs', line 1033

def status
  @status
end