Class: Aws::Types::QuestionDifference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#difference_status ⇒ "UPDATED", ...

Returns the value of attribute difference_status.

Returns:

  • ("UPDATED", "NEW", "DELETED")


1607
1608
1609
# File 'sig/types.rbs', line 1607

def difference_status
  @difference_status
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def question_id
  @question_id
end

#question_title ⇒ ::String

Returns the value of attribute question_title.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def question_title
  @question_title
end