Class: Aws::Types::ProfileQuestion

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)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def max_selected_choices
  @max_selected_choices
end

#min_selected_choices ⇒ ::Integer

Returns the value of attribute min_selected_choices.

Returns:

  • (::Integer)


1533
1534
1535
# File 'sig/types.rbs', line 1533

def min_selected_choices
  @min_selected_choices
end

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

Returns the value of attribute question_choices.

Returns:



1531
1532
1533
# File 'sig/types.rbs', line 1531

def question_choices
  @question_choices
end

#question_description ⇒ ::String

Returns the value of attribute question_description.

Returns:

  • (::String)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def question_description
  @question_description
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1528
1529
1530
# File 'sig/types.rbs', line 1528

def question_id
  @question_id
end

#question_title ⇒ ::String

Returns the value of attribute question_title.

Returns:

  • (::String)


1529
1530
1531
# File 'sig/types.rbs', line 1529

def question_title
  @question_title
end

#selected_choice_ids ⇒ ::Array[::String]

Returns the value of attribute selected_choice_ids.

Returns:

  • (::Array[::String])


1532
1533
1534
# File 'sig/types.rbs', line 1532

def selected_choice_ids
  @selected_choice_ids
end