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:



1057
1058
1059
# File 'sig/types.rbs', line 1057

def invalid_answers
  @invalid_answers
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def status
  @status
end

#succeeded_answers::Array[Types::SucceededTopicReviewedAnswer]

Returns the value of attribute succeeded_answers.



1056
1057
1058
# File 'sig/types.rbs', line 1056

def succeeded_answers
  @succeeded_answers
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def topic_id
  @topic_id
end