Class: Aws::Types::DataSegmentEnrichment
- Inherits:
-
Object
- Object
- Aws::Types::DataSegmentEnrichment
- 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 ⇒ "ENRICHED", "NOT_ENRICHED"
Returns the value of attribute status.
Instance Attribute Details
#last_enriched_at ⇒ ::Time
Returns the value of attribute last_enriched_at.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def last_enriched_at @last_enriched_at end |
#status ⇒ "ENRICHED", "NOT_ENRICHED"
Returns the value of attribute status.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def status @status end |