Class: Aws::Types::GeneratedAnswerResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:question_text, :restatement])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_id::String

Returns the value of attribute answer_id.

Returns:

  • (::String)


6324
6325
6326
# File 'sig/types.rbs', line 6324

def answer_id
  @answer_id
end

#answer_status"ANSWER_GENERATED", ...

Returns the value of attribute answer_status.

Returns:

  • ("ANSWER_GENERATED", "ANSWER_RETRIEVED", "ANSWER_DOWNGRADE")


6319
6320
6321
# File 'sig/types.rbs', line 6319

def answer_status
  @answer_status
end

#question_id::String

Returns the value of attribute question_id.

Returns:

  • (::String)


6323
6324
6325
# File 'sig/types.rbs', line 6323

def question_id
  @question_id
end

#question_text::String

Returns the value of attribute question_text.

Returns:

  • (::String)


6318
6319
6320
# File 'sig/types.rbs', line 6318

def question_text
  @question_text
end

#question_url::String

Returns the value of attribute question_url.

Returns:

  • (::String)


6325
6326
6327
# File 'sig/types.rbs', line 6325

def question_url
  @question_url
end

#restatement::String

Returns the value of attribute restatement.

Returns:

  • (::String)


6322
6323
6324
# File 'sig/types.rbs', line 6322

def restatement
  @restatement
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


6320
6321
6322
# File 'sig/types.rbs', line 6320

def topic_id
  @topic_id
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


6321
6322
6323
# File 'sig/types.rbs', line 6321

def topic_name
  @topic_name
end