Class: Aws::Types::ToolChoice
- Inherits:
-
Object
- Object
- Aws::Types::ToolChoice
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Any, Auto, Tool, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#any ⇒ Types::AnyToolChoice
Returns the value of attribute any.
-
#auto ⇒ Types::AutoToolChoice
Returns the value of attribute auto.
-
#tool ⇒ Types::SpecificToolChoice
Returns the value of attribute tool.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#any ⇒ Types::AnyToolChoice
Returns the value of attribute any.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def any @any end |
#auto ⇒ Types::AutoToolChoice
Returns the value of attribute auto.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def auto @auto end |
#tool ⇒ Types::SpecificToolChoice
Returns the value of attribute tool.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def tool @tool end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def unknown @unknown end |