Class: Aws::Types::PutEvaluationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evaluations::Array[Types::Evaluation]

Returns the value of attribute evaluations.

Returns:



1795
1796
1797
# File 'sig/types.rbs', line 1795

def evaluations
  @evaluations
end

#result_token::String

Returns the value of attribute result_token.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def result_token
  @result_token
end

#test_modeBoolean

Returns the value of attribute test_mode.

Returns:

  • (Boolean)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def test_mode
  @test_mode
end