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.
598 599 600 |
# File 'sig/types.rbs', line 598 def isr @isr end |
#leader ⇒ ::Integer
Returns the value of attribute leader.
596 597 598 |
# File 'sig/types.rbs', line 596 def leader @leader end |
#partition ⇒ ::Integer
Returns the value of attribute partition.
595 596 597 |
# File 'sig/types.rbs', line 595 def partition @partition end |
#replicas ⇒ ::Array[::Integer]
Returns the value of attribute replicas.
597 598 599 |
# File 'sig/types.rbs', line 597 def replicas @replicas end |