Class: Aws::Types::DescribeEnrichmentJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancelled_at::Time

Returns the value of attribute cancelled_at.

Returns:

  • (::Time)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def cancelled_at
  @cancelled_at
end

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def completed_at
  @completed_at
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1764
1765
1766
# File 'sig/types.rbs', line 1764

def created_at
  @created_at
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def failure_message
  @failure_message
end

#job_configurationTypes::EnrichmentJobConfiguration

Returns the value of attribute job_configuration.



1763
1764
1765
# File 'sig/types.rbs', line 1763

def job_configuration
  @job_configuration
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def job_id
  @job_id
end

#job_type"EVENT_DETECTION"

Returns the value of attribute job_type.

Returns:

  • ("EVENT_DETECTION")


1762
1763
1764
# File 'sig/types.rbs', line 1762

def job_type
  @job_type
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1760
1761
1762
# File 'sig/types.rbs', line 1760

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def updated_at
  @updated_at
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def workspace_name
  @workspace_name
end