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.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def any @any end |
#auto ⇒ Types::AutoToolChoice
Returns the value of attribute auto.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def auto @auto end |
#tool ⇒ Types::SpecificToolChoice
Returns the value of attribute tool.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def tool @tool end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def unknown @unknown end |