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)


8257
8258
8259
# File 'sig/types.rbs', line 8257

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8258
8259
8260
# File 'sig/types.rbs', line 8258

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


8259
8260
8261
# File 'sig/types.rbs', line 8259

def status
  @status
end

#topics_summaries::Array[Types::TopicSummary]

Returns the value of attribute topics_summaries.

Returns:



8256
8257
8258
# File 'sig/types.rbs', line 8256

def topics_summaries
  @topics_summaries
end