Class: Aws::Types::ToolInstruction
- Inherits:
-
Object
- Object
- Aws::Types::ToolInstruction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#examples ⇒ ::Array[::String]
Returns the value of attribute examples.
-
#instruction ⇒ ::String
Returns the value of attribute instruction.
Instance Attribute Details
#examples ⇒ ::Array[::String]
Returns the value of attribute examples.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def examples @examples end |
#instruction ⇒ ::String
Returns the value of attribute instruction.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def instruction @instruction end |