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])


605
606
607
# File 'sig/types.rbs', line 605

def isr
  @isr
end

#leader::Integer

Returns the value of attribute leader.

Returns:

  • (::Integer)


603
604
605
# File 'sig/types.rbs', line 603

def leader
  @leader
end

#partition::Integer

Returns the value of attribute partition.

Returns:

  • (::Integer)


602
603
604
# File 'sig/types.rbs', line 602

def partition
  @partition
end

#replicas::Array[::Integer]

Returns the value of attribute replicas.

Returns:

  • (::Array[::Integer])


604
605
606
# File 'sig/types.rbs', line 604

def replicas
  @replicas
end