Class: Aws::IoTSiteWise::Types::DataSegmentEnrichment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains enrichment status information for a data segment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_enriched_atTime

The date the data segment was last enriched, in Unix epoch time.

Returns:

  • (Time)


5044
5045
5046
5047
5048
5049
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5044

class DataSegmentEnrichment < Struct.new(
  :status,
  :last_enriched_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The enrichment status of the data segment.

Returns:

  • (String)


5044
5045
5046
5047
5048
5049
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5044

class DataSegmentEnrichment < Struct.new(
  :status,
  :last_enriched_at)
  SENSITIVE = []
  include Aws::Structure
end