Class: Aws::Types::TopicPartitionInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#isr::Array[::Integer]

Returns the value of attribute isr.

Returns:

  • (::Array[::Integer])


598
599
600
# File 'sig/types.rbs', line 598

def isr
  @isr
end

#leader::Integer

Returns the value of attribute leader.

Returns:

  • (::Integer)


596
597
598
# File 'sig/types.rbs', line 596

def leader
  @leader
end

#partition::Integer

Returns the value of attribute partition.

Returns:

  • (::Integer)


595
596
597
# File 'sig/types.rbs', line 595

def partition
  @partition
end

#replicas::Array[::Integer]

Returns the value of attribute replicas.

Returns:

  • (::Array[::Integer])


597
598
599
# File 'sig/types.rbs', line 597

def replicas
  @replicas
end