Class: Aws::Types::TopicInfo
- Inherits:
-
Object
- Object
- Aws::Types::TopicInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#out_of_sync_replica_count ⇒ ::Integer
Returns the value of attribute out_of_sync_replica_count.
-
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
-
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#out_of_sync_replica_count ⇒ ::Integer
Returns the value of attribute out_of_sync_replica_count.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def out_of_sync_replica_count @out_of_sync_replica_count end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def partition_count @partition_count end |
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def replication_factor @replication_factor end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def topic_arn @topic_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def topic_name @topic_name end |