Class: Aws::Kafka::Types::ListTopicsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

The response contains an array of topics on a MSK Cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns:

  • (String)


4320
4321
4322
4323
4324
4325
# File 'lib/aws-sdk-kafka/types.rb', line 4320

class ListTopicsResponse < Struct.new(
  :topics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#topicsArray<Types::TopicInfo>

Returns:



4320
4321
4322
4323
4324
4325
# File 'lib/aws-sdk-kafka/types.rb', line 4320

class ListTopicsResponse < Struct.new(
  :topics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end