Class: Aws::Types::ListTopicsResponse

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)


7918
7919
7920
# File 'sig/types.rbs', line 7918

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7919
7920
7921
# File 'sig/types.rbs', line 7919

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7920
7921
7922
# File 'sig/types.rbs', line 7920

def status
  @status
end

#topics_summaries::Array[Types::TopicSummary]

Returns the value of attribute topics_summaries.

Returns:



7917
7918
7919
# File 'sig/types.rbs', line 7917

def topics_summaries
  @topics_summaries
end