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:



1037
1038
1039
# File 'sig/types.rbs', line 1037

def created_at
  @created_at
end

#job_id::String

Returns the value of attribute job_id.

Returns:



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

def job_id
  @job_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:



1036
1037
1038
# File 'sig/types.rbs', line 1036

def status
  @status
end