Class: Aws::Types::EvaluationConfig

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

Defined Under Namespace

Classes: Automated, Human, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automatedTypes::AutomatedEvaluationConfig

Returns the value of attribute automated.



1451
1452
1453
# File 'sig/types.rbs', line 1451

def automated
  @automated
end

#humanTypes::HumanEvaluationConfig

Returns the value of attribute human.



1452
1453
1454
# File 'sig/types.rbs', line 1452

def human
  @human
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def unknown
  @unknown
end