Class: Aws::Types::ReviewTemplateAnswer

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")


1677
1678
1679
# File 'sig/types.rbs', line 1677

def answer_status
  @answer_status
end

#choice_answers ⇒ ::Array[Types::ChoiceAnswer]

Returns the value of attribute choice_answers.

Returns:



1675
1676
1677
# File 'sig/types.rbs', line 1675

def choice_answers
  @choice_answers
end

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

Returns the value of attribute choices.

Returns:



1673
1674
1675
# File 'sig/types.rbs', line 1673

def choices
  @choices
end

#helpful_resource_display_text ⇒ ::String

Returns the value of attribute helpful_resource_display_text.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def helpful_resource_display_text
  @helpful_resource_display_text
end

#helpful_resource_url ⇒ ::String

Returns the value of attribute helpful_resource_url.

Returns:

  • (::String)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def helpful_resource_url
  @helpful_resource_url
end

#improvement_plan_url ⇒ ::String

Returns the value of attribute improvement_plan_url.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def improvement_plan_url
  @improvement_plan_url
end

#is_applicable ⇒ Boolean

Returns the value of attribute is_applicable.

Returns:

  • (Boolean)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def is_applicable
  @is_applicable
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def notes
  @notes
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def pillar_id
  @pillar_id
end

#question_description ⇒ ::String

Returns the value of attribute question_description.

Returns:

  • (::String)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def question_description
  @question_description
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def question_id
  @question_id
end

#question_title ⇒ ::String

Returns the value of attribute question_title.

Returns:

  • (::String)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def question_title
  @question_title
end

#reason ⇒ "OUT_OF_SCOPE", ...

Returns the value of attribute reason.

Returns:

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


1679
1680
1681
# File 'sig/types.rbs', line 1679

def reason
  @reason
end

#selected_choices ⇒ ::Array[::String]

Returns the value of attribute selected_choices.

Returns:

  • (::Array[::String])


1674
1675
1676
# File 'sig/types.rbs', line 1674

def selected_choices
  @selected_choices
end