Class: Aws::Types::PutEvaluationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEvaluationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluations ⇒ ::Array[Types::Evaluation]
Returns the value of attribute evaluations.
-
#result_token ⇒ ::String
Returns the value of attribute result_token.
-
#test_mode ⇒ Boolean
Returns the value of attribute test_mode.
Instance Attribute Details
#evaluations ⇒ ::Array[Types::Evaluation]
Returns the value of attribute evaluations.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def evaluations @evaluations end |
#result_token ⇒ ::String
Returns the value of attribute result_token.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def result_token @result_token end |
#test_mode ⇒ Boolean
Returns the value of attribute test_mode.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def test_mode @test_mode end |