Class: Aws::Types::DatasetEnrichmentEntry
- Inherits:
-
Object
- Object
- Aws::Types::DatasetEnrichmentEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_enriched_at ⇒ ::Time
Returns the value of attribute last_enriched_at.
-
#status ⇒ "FULLY_ENRICHED", ...
Returns the value of attribute status.
Instance Attribute Details
#last_enriched_at ⇒ ::Time
Returns the value of attribute last_enriched_at.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def last_enriched_at @last_enriched_at end |
#status ⇒ "FULLY_ENRICHED", ...
Returns the value of attribute status.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def status @status end |