Class: Aws::Types::ProfileQuestionUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def question_id
  @question_id
end

#selected_choice_ids ⇒ ::Array[::String]

Returns the value of attribute selected_choice_ids.

Returns:

  • (::Array[::String])


1540
1541
1542
# File 'sig/types.rbs', line 1540

def selected_choice_ids
  @selected_choice_ids
end