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.



2753
2754
2755
# File 'sig/types.rbs', line 2753

def any
  @any
end

#autoTypes::AutoToolChoice

Returns the value of attribute auto.



2752
2753
2754
# File 'sig/types.rbs', line 2752

def auto
  @auto
end

#toolTypes::SpecificToolChoice

Returns the value of attribute tool.



2754
2755
2756
# File 'sig/types.rbs', line 2754

def tool
  @tool
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2755
2756
2757
# File 'sig/types.rbs', line 2755

def unknown
  @unknown
end