Class: Aws::IoTSiteWise::Types::Trace

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

Overview

Contains tracing information of the SiteWise Assistant’s reasoning and data access.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



8690
8691
8692
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8690

def event_type
  @event_type
end

#textString

The cited text from the data source.

Returns:

  • (String)


8690
8691
8692
8693
8694
8695
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8690

class Trace < Struct.new(
  :text,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end