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

Returns:

  • (String)


3315
3316
3317
3318
3319
3320
3321
3322
# File 'lib/aws-sdk-kafka/types.rb', line 3315

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

#max_resultsInteger

Returns:

  • (Integer)


3315
3316
3317
3318
3319
3320
3321
3322
# File 'lib/aws-sdk-kafka/types.rb', line 3315

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

#next_tokenString

Returns:

  • (String)


3315
3316
3317
3318
3319
3320
3321
3322
# File 'lib/aws-sdk-kafka/types.rb', line 3315

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

#topic_name_filterString

Returns:

  • (String)


3315
3316
3317
3318
3319
3320
3321
3322
# File 'lib/aws-sdk-kafka/types.rb', line 3315

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