Class: Aws::Kafka::Types::DescribeTopicPartitionsRequest

Inherits:
Struct
  • Object
show all
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_arnString

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
# File 'lib/aws-sdk-kafka/types.rb', line 2051

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

#max_resultsInteger

Returns:

  • (Integer)


2051
2052
2053
2054
2055
2056
2057
2058
# File 'lib/aws-sdk-kafka/types.rb', line 2051

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

#next_tokenString

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
# File 'lib/aws-sdk-kafka/types.rb', line 2051

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

#topic_nameString

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
# File 'lib/aws-sdk-kafka/types.rb', line 2051

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