Class: Aws::Types::TopicPartitionInfo
- Inherits:
-
Object
- Object
- Aws::Types::TopicPartitionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#isr ⇒ ::Array[::Integer]
Returns the value of attribute isr.
-
#leader ⇒ ::Integer
Returns the value of attribute leader.
-
#partition ⇒ ::Integer
Returns the value of attribute partition.
-
#replicas ⇒ ::Array[::Integer]
Returns the value of attribute replicas.
Instance Attribute Details
#isr ⇒ ::Array[::Integer]
Returns the value of attribute isr.
605 606 607 |
# File 'sig/types.rbs', line 605 def isr @isr end |
#leader ⇒ ::Integer
Returns the value of attribute leader.
603 604 605 |
# File 'sig/types.rbs', line 603 def leader @leader end |
#partition ⇒ ::Integer
Returns the value of attribute partition.
602 603 604 |
# File 'sig/types.rbs', line 602 def partition @partition end |
#replicas ⇒ ::Array[::Integer]
Returns the value of attribute replicas.
604 605 606 |
# File 'sig/types.rbs', line 604 def replicas @replicas end |