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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


3618
3619
3620
3621
3622
3623
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3618

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

#topicsArray<Types::TopicInfo>

Returns:



3618
3619
3620
3621
3622
3623
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3618

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