Class: Aws::Types::ProfileTemplateQuestion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_selected_choices ⇒ ::Integer

Returns the value of attribute max_selected_choices.

Returns:

  • (::Integer)


1584
1585
1586
# File 'sig/types.rbs', line 1584

def max_selected_choices
  @max_selected_choices
end

#min_selected_choices ⇒ ::Integer

Returns the value of attribute min_selected_choices.

Returns:

  • (::Integer)


1583
1584
1585
# File 'sig/types.rbs', line 1583

def min_selected_choices
  @min_selected_choices
end

#question_choices ⇒ ::Array[Types::ProfileTemplateChoice]

Returns the value of attribute question_choices.

Returns:



1582
1583
1584
# File 'sig/types.rbs', line 1582

def question_choices
  @question_choices
end

#question_description ⇒ ::String

Returns the value of attribute question_description.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def question_description
  @question_description
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def question_id
  @question_id
end

#question_title ⇒ ::String

Returns the value of attribute question_title.

Returns:

  • (::String)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def question_title
  @question_title
end