Class: Aws::QConnect::Types::ToolInstruction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ToolInstruction
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Instructions for using a tool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#examples ⇒ Array<String>
Examples for using the tool.
-
#instruction ⇒ String
The instruction text for the tool.
Instance Attribute Details
#examples ⇒ Array<String>
Examples for using the tool.
11461 11462 11463 11464 11465 11466 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11461 class ToolInstruction < Struct.new( :instruction, :examples) SENSITIVE = [] include Aws::Structure end |
#instruction ⇒ String
The instruction text for the tool.
11461 11462 11463 11464 11465 11466 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11461 class ToolInstruction < Struct.new( :instruction, :examples) SENSITIVE = [] include Aws::Structure end |