Class: Aws::Types::AcceptChoice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:edited_value])

Instance Attribute Summary collapse

Instance Attribute Details

#edited_value::String

Returns the value of attribute edited_value.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def prediction_target
  @prediction_target
end