Class: Aws::Types::SearchTopicsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9893
9894
9895
# File 'sig/types.rbs', line 9893

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9895
9896
9897
# File 'sig/types.rbs', line 9895

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


9894
9895
9896
# File 'sig/types.rbs', line 9894

def status
  @status
end

#topic_summary_list::Array[Types::TopicSummary]

Returns the value of attribute topic_summary_list.

Returns:



9892
9893
9894
# File 'sig/types.rbs', line 9892

def topic_summary_list
  @topic_summary_list
end