Class: Aws::Types::ListTopicReviewedAnswersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answers::Array[Types::TopicReviewedAnswer]

Returns the value of attribute answers.

Returns:



7903
7904
7905
# File 'sig/types.rbs', line 7903

def answers
  @answers
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7905
7906
7907
# File 'sig/types.rbs', line 7905

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7904
7905
7906
# File 'sig/types.rbs', line 7904

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


7902
7903
7904
# File 'sig/types.rbs', line 7902

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


7901
7902
7903
# File 'sig/types.rbs', line 7901

def topic_id
  @topic_id
end