Class: Aws::IoTSiteWise::Types::InvocationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::InvocationOutput
- 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
-
#citations ⇒ Array<Types::Citation>
A list of citations, and related information for the SiteWise Assistant’s response.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
The text message of the SiteWise Assistant’s response.
Instance Attribute Details
#citations ⇒ Array<Types::Citation>
A list of citations, and related information for the SiteWise Assistant’s response.
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_type ⇒ Object
Returns the value of attribute event_type
6529 6530 6531 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6529 def event_type @event_type end |
#message ⇒ String
The text message of the SiteWise Assistant’s response.
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 |