Class: Aws::Types::UpdateAnswerInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnswerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#choice_updates ⇒ ::Hash[::String, Types::ChoiceUpdate]
Returns the value of attribute choice_updates.
-
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
-
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#choice_updates ⇒ ::Hash[::String, Types::ChoiceUpdate]
Returns the value of attribute choice_updates.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def choice_updates @choice_updates end |
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def is_applicable @is_applicable end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def lens_alias @lens_alias end |
#notes ⇒ ::String
Returns the value of attribute notes.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def notes @notes end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def question_id @question_id end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def reason @reason end |
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def selected_choices @selected_choices end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def workload_id @workload_id end |