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)


1184
1185
1186
# File 'sig/types.rbs', line 1184

def last_enriched_at
  @last_enriched_at
end

#status"ENRICHED", "NOT_ENRICHED"

Returns the value of attribute status.

Returns:

  • ("ENRICHED", "NOT_ENRICHED")


1183
1184
1185
# File 'sig/types.rbs', line 1183

def status
  @status
end