Class: Aws::Kafka::Types::TopicInfo

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

Instance Attribute Details

#out_of_sync_replica_countInteger

Returns:

  • (Integer)


4061
4062
4063
4064
4065
4066
4067
4068
4069
# File 'gems/aws-sdk-kafka/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_countInteger

Returns:

  • (Integer)


4061
4062
4063
4064
4065
4066
4067
4068
4069
# File 'gems/aws-sdk-kafka/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_factorInteger

Returns:

  • (Integer)


4061
4062
4063
4064
4065
4066
4067
4068
4069
# File 'gems/aws-sdk-kafka/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

#topic_arnString

Returns:

  • (String)


4061
4062
4063
4064
4065
4066
4067
4068
4069
# File 'gems/aws-sdk-kafka/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

#topic_nameString

Returns:

  • (String)


4061
4062
4063
4064
4065
4066
4067
4068
4069
# File 'gems/aws-sdk-kafka/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