Class: Aws::Kafka::Types::ListTopicsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListTopicsRequest
- 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_arn ⇒ 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_results ⇒ 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_token ⇒ 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_filter ⇒ 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 |