Class: Aws::Kafka::Types::DescribeTopicPartitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeTopicPartitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for DescribeTopicPartitions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'lib/aws-sdk-kafka/types.rb', line 1800 class DescribeTopicPartitionsRequest < Struct.new( :cluster_arn, :topic_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'lib/aws-sdk-kafka/types.rb', line 1800 class DescribeTopicPartitionsRequest < Struct.new( :cluster_arn, :topic_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'lib/aws-sdk-kafka/types.rb', line 1800 class DescribeTopicPartitionsRequest < Struct.new( :cluster_arn, :topic_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'lib/aws-sdk-kafka/types.rb', line 1800 class DescribeTopicPartitionsRequest < Struct.new( :cluster_arn, :topic_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |