Class: Aws::Types::DataSegmentEnrichment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_enriched_at::Time

Returns the value of attribute last_enriched_at.

Returns:

  • (::Time)


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.

Returns:

  • ("ENRICHED", "NOT_ENRICHED")


1180
1181
1182
# File 'sig/types.rbs', line 1180

def status
  @status
end