class Aws::Partitions::PartitionList

def each(&block)

Returns:
  • (Enumerator) -
def each(&block)
  @partitions.each_value(&block)
end