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.
11484 11485 11486 11487 11488 11489 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11484 class ToolInstruction < Struct.new( :instruction, :examples) SENSITIVE = [] include Aws::Structure end |
#instruction ⇒ String
The instruction text for the tool.
11484 11485 11486 11487 11488 11489 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 11484 class ToolInstruction < Struct.new( :instruction, :examples) SENSITIVE = [] include Aws::Structure end |