Class: Aws::Types::AcceptChoice
- Inherits:
-
Object
- Object
- Aws::Types::AcceptChoice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edited_value ⇒ ::String
Returns the value of attribute edited_value.
-
#prediction_choice ⇒ ::Integer
Returns the value of attribute prediction_choice.
-
#prediction_target ⇒ ::String
Returns the value of attribute prediction_target.
Instance Attribute Details
#edited_value ⇒ ::String
Returns the value of attribute edited_value.
14 15 16 |
# File 'sig/types.rbs', line 14 def edited_value @edited_value end |
#prediction_choice ⇒ ::Integer
Returns the value of attribute prediction_choice.
13 14 15 |
# File 'sig/types.rbs', line 13 def prediction_choice @prediction_choice end |
#prediction_target ⇒ ::String
Returns the value of attribute prediction_target.
12 13 14 |
# File 'sig/types.rbs', line 12 def prediction_target @prediction_target end |