Class: Aws::Types::ToolChoice

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Any, Auto, Tool, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anyTypes::AnyToolChoice

Returns the value of attribute any.



1417
1418
1419
# File 'sig/types.rbs', line 1417

def any
  @any
end

#autoTypes::AutoToolChoice

Returns the value of attribute auto.



1416
1417
1418
# File 'sig/types.rbs', line 1416

def auto
  @auto
end

#toolTypes::SpecificToolChoice

Returns the value of attribute tool.



1418
1419
1420
# File 'sig/types.rbs', line 1418

def tool
  @tool
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def unknown
  @unknown
end