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
5241 5242 5243 5244 5245 5246 5247 5248 5249 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5241 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
5241 5242 5243 5244 5245 5246 5247 5248 5249 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5241 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
5241 5242 5243 5244 5245 5246 5247 5248 5249 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5241 class TopicInfo < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :out_of_sync_replica_count) SENSITIVE = [] include Aws::Structure end |