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
4481 4482 4483 4484 4485 4486 4487 4488 4489 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4481 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
4481 4482 4483 4484 4485 4486 4487 4488 4489 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4481 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
4481 4482 4483 4484 4485 4486 4487 4488 4489 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4481 class TopicInfo < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :out_of_sync_replica_count) SENSITIVE = [] include Aws::Structure end |