Class: Aws::Types::BatchCreateTopicReviewedAnswerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_answers::Array[Types::InvalidTopicReviewedAnswer]

Returns the value of attribute invalid_answers.

Returns:



998
999
1000
# File 'sig/types.rbs', line 998

def invalid_answers
  @invalid_answers
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


999
1000
1001
# File 'sig/types.rbs', line 999

def status
  @status
end

#succeeded_answers::Array[Types::SucceededTopicReviewedAnswer]

Returns the value of attribute succeeded_answers.



997
998
999
# File 'sig/types.rbs', line 997

def succeeded_answers
  @succeeded_answers
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


996
997
998
# File 'sig/types.rbs', line 996

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def topic_id
  @topic_id
end