Class: Aws::Types::AnswerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute choice_answer_summaries.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def choice_answer_summaries
  @choice_answer_summaries
end

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

Returns the value of attribute choices.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def choices
  @choices
end

#is_applicable ⇒ Boolean

Returns the value of attribute is_applicable.

Returns:

  • (Boolean)


157
158
159
# File 'sig/types.rbs', line 157

def is_applicable
  @is_applicable
end

#jira_configuration ⇒ Types::JiraConfiguration

Returns the value of attribute jira_configuration.



161
162
163
# File 'sig/types.rbs', line 161

def jira_configuration
  @jira_configuration
end

#pillar_id ⇒ ::String

Returns the value of attribute pillar_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def pillar_id
  @pillar_id
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def question_id
  @question_id
end

#question_title ⇒ ::String

Returns the value of attribute question_title.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def question_title
  @question_title
end

#question_type ⇒ "PRIORITIZED", "NON_PRIORITIZED"

Returns the value of attribute question_type.

Returns:

  • ("PRIORITIZED", "NON_PRIORITIZED")


160
161
162
# File 'sig/types.rbs', line 160

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


159
160
161
# File 'sig/types.rbs', line 159

def reason
  @reason
end

#risk ⇒ "UNANSWERED", ...

Returns the value of attribute risk.

Returns:

  • ("UNANSWERED", "HIGH", "MEDIUM", "NONE", "NOT_APPLICABLE")


158
159
160
# File 'sig/types.rbs', line 158

def risk
  @risk
end

#selected_choices ⇒ ::Array[::String]

Returns the value of attribute selected_choices.

Returns:

  • (::Array[::String])


155
156
157
# File 'sig/types.rbs', line 155

def selected_choices
  @selected_choices
end