Class: Aws::Types::ReviewTemplateAnswerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_status ⇒ "UNANSWERED", "ANSWERED"

Returns the value of attribute answer_status.

Returns:

  • ("UNANSWERED", "ANSWERED")


1691
1692
1693
# File 'sig/types.rbs', line 1691

def answer_status
  @answer_status
end

#choice_answer_summaries ⇒ ::Array[Types::ChoiceAnswerSummary]

Returns the value of attribute choice_answer_summaries.

Returns:



1689
1690
1691
# File 'sig/types.rbs', line 1689

def choice_answer_summaries
  @choice_answer_summaries
end

#choices ⇒ ::Array[Types::Choice]

Returns the value of attribute choices.

Returns:



1687
1688
1689
# File 'sig/types.rbs', line 1687

def choices
  @choices
end

#is_applicable ⇒ Boolean

Returns the value of attribute is_applicable.

Returns:

  • (Boolean)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def is_applicable
  @is_applicable
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def pillar_id
  @pillar_id
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def question_id
  @question_id
end

#question_title ⇒ ::String

Returns the value of attribute question_title.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def question_title
  @question_title
end

#question_type ⇒ "PRIORITIZED", "NON_PRIORITIZED"

Returns the value of attribute question_type.

Returns:

  • ("PRIORITIZED", "NON_PRIORITIZED")


1693
1694
1695
# File 'sig/types.rbs', line 1693

def question_type
  @question_type
end

#reason ⇒ "OUT_OF_SCOPE", ...

Returns the value of attribute reason.

Returns:

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


1692
1693
1694
# File 'sig/types.rbs', line 1692

def reason
  @reason
end

#selected_choices ⇒ ::Array[::String]

Returns the value of attribute selected_choices.

Returns:

  • (::Array[::String])


1688
1689
1690
# File 'sig/types.rbs', line 1688

def selected_choices
  @selected_choices
end