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:



8242
8243
8244
# File 'sig/types.rbs', line 8242

def answers
  @answers
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8244
8245
8246
# File 'sig/types.rbs', line 8244

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


8243
8244
8245
# File 'sig/types.rbs', line 8243

def status
  @status
end

#topic_arn::String

Returns the value of attribute topic_arn.

Returns:

  • (::String)


8241
8242
8243
# File 'sig/types.rbs', line 8241

def topic_arn
  @topic_arn
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


8240
8241
8242
# File 'sig/types.rbs', line 8240

def topic_id
  @topic_id
end