Class: Aws::Kafka::Types::TopicInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::TopicInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Includes identification info about the topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #out_of_sync_replica_count ⇒ Integer
- #partition_count ⇒ Integer
- #replication_factor ⇒ Integer
- #topic_arn ⇒ String
- #topic_name ⇒ String
Instance Attribute Details
#out_of_sync_replica_count ⇒ Integer
4061 4062 4063 4064 4065 4066 4067 4068 4069 |
# File 'lib/aws-sdk-kafka/types.rb', line 4061 class TopicInfo < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :out_of_sync_replica_count) SENSITIVE = [] include Aws::Structure end |
#partition_count ⇒ Integer
4061 4062 4063 4064 4065 4066 4067 4068 4069 |
# File 'lib/aws-sdk-kafka/types.rb', line 4061 class TopicInfo < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :out_of_sync_replica_count) SENSITIVE = [] include Aws::Structure end |
#replication_factor ⇒ Integer
4061 4062 4063 4064 4065 4066 4067 4068 4069 |
# File 'lib/aws-sdk-kafka/types.rb', line 4061 class TopicInfo < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :out_of_sync_replica_count) SENSITIVE = [] include Aws::Structure end |