Class: Aws::Kafka::Types::TopicInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::TopicInfo
- Defined in:
- gems/aws-sdk-kafka/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
4149 4150 4151 4152 4153 4154 4155 4156 4157 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4149 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
4149 4150 4151 4152 4153 4154 4155 4156 4157 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4149 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
4149 4150 4151 4152 4153 4154 4155 4156 4157 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4149 class TopicInfo < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :out_of_sync_replica_count) SENSITIVE = [] include Aws::Structure end |