Class: Aws::Types::UpdateReviewTemplateAnswerInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReviewTemplateAnswerInput
- 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.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#choice_updates ⇒ ::Hash[::String, Types::ChoiceUpdate]
Returns the value of attribute choice_updates.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def choice_updates @choice_updates end |
#is_applicable ⇒ Boolean
Returns the value of attribute is_applicable.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def is_applicable @is_applicable end |
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def lens_alias @lens_alias end |
#notes ⇒ ::String
Returns the value of attribute notes.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def notes @notes end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def question_id @question_id end |
#reason ⇒ "OUT_OF_SCOPE", ...
Returns the value of attribute reason.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def reason @reason end |
#selected_choices ⇒ ::Array[::String]
Returns the value of attribute selected_choices.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def selected_choices @selected_choices end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def template_arn @template_arn end |