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)


6058
6059
6060
# File 'sig/types.rbs', line 6058

def answer_id
  @answer_id
end

#answer_status"ANSWER_GENERATED", ...

Returns the value of attribute answer_status.

Returns:

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


6053
6054
6055
# File 'sig/types.rbs', line 6053

def answer_status
  @answer_status
end

#question_id::String

Returns the value of attribute question_id.

Returns:

  • (::String)


6057
6058
6059
# File 'sig/types.rbs', line 6057

def question_id
  @question_id
end

#question_text::String

Returns the value of attribute question_text.

Returns:

  • (::String)


6052
6053
6054
# File 'sig/types.rbs', line 6052

def question_text
  @question_text
end

#question_url::String

Returns the value of attribute question_url.

Returns:

  • (::String)


6059
6060
6061
# File 'sig/types.rbs', line 6059

def question_url
  @question_url
end

#restatement::String

Returns the value of attribute restatement.

Returns:

  • (::String)


6056
6057
6058
# File 'sig/types.rbs', line 6056

def restatement
  @restatement
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


6054
6055
6056
# File 'sig/types.rbs', line 6054

def topic_id
  @topic_id
end

#topic_name::String

Returns the value of attribute topic_name.

Returns:

  • (::String)


6055
6056
6057
# File 'sig/types.rbs', line 6055

def topic_name
  @topic_name
end