Class: Aws::IoTSiteWise::Types::InvocationOutput

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

Overview

This contains the SiteWise Assistant’s response and the corresponding citation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#citationsArray<Types::Citation>

A list of citations, and related information for the SiteWise Assistant’s response.

Returns:



6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6529

class InvocationOutput < Struct.new(
  :message,
  :citations,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



6529
6530
6531
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6529

def event_type
  @event_type
end

#messageString

The text message of the SiteWise Assistant’s response.

Returns:

  • (String)


6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6529

class InvocationOutput < Struct.new(
  :message,
  :citations,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end