Class: Aws::Kafka::Types::ListTopicsRequest

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

Overview

Request body for ListTopics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString



4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-kafka/types.rb', line 4301

class ListTopicsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token,
  :topic_name_filter)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger



4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-kafka/types.rb', line 4301

class ListTopicsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token,
  :topic_name_filter)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString



4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-kafka/types.rb', line 4301

class ListTopicsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token,
  :topic_name_filter)
  SENSITIVE = []
  include Aws::Structure
end

#topic_name_filterString



4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-kafka/types.rb', line 4301

class ListTopicsRequest < Struct.new(
  :cluster_arn,
  :max_results,
  :next_token,
  :topic_name_filter)
  SENSITIVE = []
  include Aws::Structure
end