Class: Aws::Types::DescribeEnrichmentJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEnrichmentJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cancelled_at ⇒ ::Time
Returns the value of attribute cancelled_at.
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#job_configuration ⇒ Types::EnrichmentJobConfiguration
Returns the value of attribute job_configuration.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "EVENT_DETECTION"
Returns the value of attribute job_type.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#cancelled_at ⇒ ::Time
Returns the value of attribute cancelled_at.
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.
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.
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.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def @failure_message end |
#job_configuration ⇒ Types::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.
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.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def job_type @job_type end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
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.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def workspace_name @workspace_name end |