Class: Aws::Types::EnrichmentJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnrichmentJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_type ⇒ "EVENT_DETECTION"
Returns the value of attribute job_type.
-
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def created_at @created_at end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def dataset_id @dataset_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def job_id @job_id end |
#job_type ⇒ "EVENT_DETECTION"
Returns the value of attribute job_type.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def job_type @job_type end |
#property_alias ⇒ ::String
Returns the value of attribute property_alias.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def property_alias @property_alias end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def status @status end |
#time_series_id ⇒ ::String
Returns the value of attribute time_series_id.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def time_series_id @time_series_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def updated_at @updated_at end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def workspace_name @workspace_name end |