Class: Aws::Types::UpdateReviewTemplateAnswerInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#choice_updates ⇒ ::Hash[::String, Types::ChoiceUpdate]

Returns the value of attribute choice_updates.

Returns:



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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def lens_alias
  @lens_alias
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


1997
1998
1999
# File 'sig/types.rbs', line 1997

def notes
  @notes
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


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.

Returns:

  • ("OUT_OF_SCOPE", "BUSINESS_PRIORITIES", "ARCHITECTURE_CONSTRAINTS", "OTHER", "NONE")


1999
2000
2001
# File 'sig/types.rbs', line 1999

def reason
  @reason
end

#selected_choices ⇒ ::Array[::String]

Returns the value of attribute selected_choices.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def template_arn
  @template_arn
end