Class: Aws::Kafka::Types::ListTopicsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListTopicsResponse
- 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_token ⇒ String
3334 3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-kafka/types.rb', line 3334 class ListTopicsResponse < Struct.new( :topics, :next_token) SENSITIVE = [] include Aws::Structure end |
#topics ⇒ Array<Types::TopicInfo>
3334 3335 3336 3337 3338 3339 |
# File 'lib/aws-sdk-kafka/types.rb', line 3334 class ListTopicsResponse < Struct.new( :topics, :next_token) SENSITIVE = [] include Aws::Structure end |